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
Starting local Bazel server and connecting to it...
142
-
................
143
-
You have bazel 0.15.0 installed.
144
-
Please specify the location of python. [Default is C:\python36\python.exe]:
141
+
You have bazel 5.3.0 installed.
142
+
Please specify the location of python. [Default is C:\Python310\python.exe]:
145
143
146
-
Found possible Python library paths:
147
-
C:\python36\lib\site-packages
148
-
Please input the desired Python library path to use. Default is [C:\python36\lib\site-packages]
149
-
150
-
Do you wish to build TensorFlow with CUDA support? [y/N]: <b>Y</b>
151
-
CUDA support will be enabled for TensorFlow.
152
-
153
-
Please specify the CUDA SDK version you want to use. [Leave empty to default to CUDA 9.0]:
154
144
155
-
Please specify the location where CUDA 9.0 toolkit is installed. Refer to README.md for more details. [Default is C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0]:
145
+
Found possible Python library paths:
146
+
D:\user\mraunak\venv310\lib\site-packages
147
+
Please input the desired Python library path to use. Default is [D:\user\mraunak\venv310\lib\site-packages]
156
148
157
-
Please specify the cuDNN version you want to use. [Leave empty to default to cuDNN 7.0]: <b>7.0</b>
149
+
Do you wish to build TensorFlow with ROCm support? [y/N]:
150
+
No ROCm support will be enabled for TensorFlow.
158
151
159
-
Please specify the location where cuDNN 7 library is installed. Refer to README.md for more details. [Default is C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0]: <b>C:\tools\cuda</b>
160
152
161
-
Please specify a list of comma-separated Cuda compute capabilities you want to build with.
162
-
You can find the compute capability of your device at: https://developer.nvidia.com/cuda-gpus.
163
-
Please note that each additional compute capability significantly increases your build time and binary size. [Default is: 3.5,7.0]: <b>3.7</b>
153
+
WARNING: Cannot build with CUDA support on Windows.
154
+
Starting in TF 2.11, CUDA build is not supported for Windows. For using TensorFlow GPU on Windows, you will need to build/install TensorFlow in WSL2.
164
155
165
156
Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is /arch:AVX]:
166
157
158
+
167
159
Would you like to override eigen strong inline for some C++ compilation to reduce the compilation time? [Y/n]:
168
160
Eigen strong inline overridden.
169
161
162
+
Would you like to interactively configure ./WORKSPACE for Android builds? [y/N]:
163
+
Not configuring the WORKSPACE for Android builds.
164
+
165
+
Preconfigured Bazel build configs. You can use any of the below by adding "--config=<>" to your build command. See .bazelrc for more details.
166
+
--config=mkl # Build with MKL support.
167
+
--config=mkl_aarch64 # Build with oneDNN and Compute Library for the Arm Architecture (ACL).
168
+
--config=monolithic # Config for mostly static monolithic build.
169
+
--config=numa # Build with NUMA support.
170
+
--config=dynamic_kernels # (Experimental) Build kernels into separate shared objects.
171
+
--config=v1 # Build with TensorFlow 1 API instead of TF 2 API.
172
+
Preconfigured Bazel build configs to DISABLE default on features:
0 commit comments