We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfe83b1 + 3a9b697 commit 57c7720Copy full SHA for 57c7720
.bazelrc
@@ -5,8 +5,7 @@ build:release --copt=-msse4.2
5
# Options used to build with CUDA.
6
build:cuda --crosstool_top=@local_config_cuda//crosstool:toolchain
7
build:cuda --define=using_cuda=true --define=using_cuda_nvcc=true
8
-
9
-build:cuda --action_env=TF_CUDA_COMPUTE_CAPABILITIES="3.5,5.0,6.0,7.0,7.5,8.0"
+build:cuda --action_env=TF_CUDA_COMPUTE_CAPABILITIES="3.5,3.7,5.2,6.0,6.1,7.0"
10
11
# Please note that MKL on MacOS or windows is still not supported.
12
# If you would like to use a local MKL instead of downloading, please set the
0 commit comments