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]
125
127
126
-
Do you wish to build TensorFlow with ROCm support? [y/N]:
128
+
Do you wish to build TensorFlow with ROCm support? [y/N]: n
127
129
No ROCm support will be enabled for TensorFlow.
128
130
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
-
131
+
Do you wish to build TensorFlow with CUDA support? [y/N]: n
132
+
No CUDA support will be enabled for TensorFlow.
142
133
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
134
+
Do you wish to download a fresh release of clang? (Experimental) [y/N]: n
135
+
Clang will not be downloaded.
146
136
137
+
Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is -Wno-sign-compare]: n
147
138
148
-
Do you want to use clang as CUDA compiler? [y/N]:
149
-
nvcc will be used as CUDA compiler.
150
139
151
-
Please specify which gcc should be used by nvcc as the host compiler. [Default is /usr/bin/gcc]:
152
-
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]:
140
+
Would you like to interactively configure ./WORKSPACE for Android builds? [y/N]: n
158
141
Not configuring the WORKSPACE for Android builds.
159
142
143
+
Do you wish to build TensorFlow with iOS support? [y/N]: n
144
+
No iOS support will be enabled for TensorFlow.
145
+
160
146
Preconfigured Bazel build configs. You can use any of the below by adding "--config=<>" to your build command. See .bazelrc for more details.
161
147
--config=mkl # Build with MKL support.
148
+
--config=mkl_aarch64 # Build with oneDNN and Compute Library for the Arm Architecture (ACL).
162
149
--config=monolithic # Config for mostly static monolithic build.
163
-
--config=ngraph # Build with Intel nGraph support.
164
150
--config=numa # Build with NUMA support.
165
151
--config=dynamic_kernels # (Experimental) Build kernels into separate shared objects.
166
-
--config=v2 # Build TensorFlow 2.x instead of 1.x.
152
+
--config=v1 # Build with TensorFlow 1 API instead of TF 2 API.
167
153
Preconfigured Bazel build configs to DISABLE default on features:
0 commit comments