You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please input the desired Python library path to use. Default is [/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages]
122
121
123
-
Do you wish to build TensorFlow with OpenCL SYCL support? [y/N]:
124
-
No OpenCL SYCL support will be enabled for TensorFlow.
125
-
126
-
Do you wish to build TensorFlow with ROCm support? [y/N]:
122
+
Do you wish to build TensorFlow with ROCm support? [y/N]: n
127
123
No ROCm support will be enabled for TensorFlow.
128
124
129
-
Do you wish to build TensorFlow with CUDA support? [y/N]: Y
130
-
CUDA support will be enabled for TensorFlow.
131
-
132
-
Do you wish to build TensorFlow with TensorRT support? [y/N]:
133
-
No TensorRT support will be enabled for TensorFlow.
134
-
135
-
Found CUDA 10.1 in:
136
-
/usr/local/cuda-10.1/targets/x86_64-linux/lib
137
-
/usr/local/cuda-10.1/targets/x86_64-linux/include
138
-
Found cuDNN 7 in:
139
-
/usr/lib/x86_64-linux-gnu
140
-
/usr/include
141
-
142
-
143
-
Please specify a list of comma-separated CUDA compute capabilities you want to build with.
144
-
You can find the compute capability of your device at: https://developer.nvidia.com/cuda-gpus. Each capability can be specified as "x.y" or "compute_xy" to include both virtual and binary GPU code, or as "sm_xy" to only include the binary code.
145
-
Please note that each additional compute capability significantly increases your build time and binary size, and that TensorFlow only supports compute capabilities >= 3.5 [Default is: 3.5,7.0]: 6.1
125
+
Do you wish to build TensorFlow with CUDA support? [y/N]: n
126
+
No CUDA support will be enabled for TensorFlow.
146
127
128
+
Do you wish to download a fresh release of clang? (Experimental) [y/N]: n
129
+
Clang will not be downloaded.
147
130
148
-
Do you want to use clang as CUDA compiler? [y/N]:
149
-
nvcc will be used as CUDA compiler.
131
+
Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is -Wno-sign-compare]: n
150
132
151
-
Please specify which gcc should be used by nvcc as the host compiler. [Default is /usr/bin/gcc]:
152
133
153
-
154
-
Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is -march=native -Wno-sign-compare]:
155
-
156
-
157
-
Would you like to interactively configure ./WORKSPACE for Android builds? [y/N]:
134
+
Would you like to interactively configure ./WORKSPACE for Android builds? [y/N]: n
158
135
Not configuring the WORKSPACE for Android builds.
159
136
137
+
Do you wish to build TensorFlow with iOS support? [y/N]: n
138
+
No iOS support will be enabled for TensorFlow.
139
+
160
140
Preconfigured Bazel build configs. You can use any of the below by adding "--config=<>" to your build command. See .bazelrc for more details.
161
141
--config=mkl # Build with MKL support.
142
+
--config=mkl_aarch64 # Build with oneDNN and Compute Library for the Arm Architecture (ACL).
162
143
--config=monolithic # Config for mostly static monolithic build.
163
-
--config=ngraph # Build with Intel nGraph support.
164
144
--config=numa # Build with NUMA support.
165
145
--config=dynamic_kernels # (Experimental) Build kernels into separate shared objects.
166
-
--config=v2 # Build TensorFlow 2.x instead of 1.x.
146
+
--config=v1 # Build with TensorFlow 1 API instead of TF 2 API.
167
147
Preconfigured Bazel build configs to DISABLE default on features:
0 commit comments