We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b2895 commit 9b7574bCopy full SHA for 9b7574b
tensorflow/tools/ci_build/linux/gpu/run_mkl.sh
@@ -39,9 +39,9 @@ pip list
39
40
# Run configure.
41
export TF_NEED_CUDA=1
42
-export TF_CUDA_COMPUTE_CAPABILITIES=6.0
+export TF_CUDA_COMPUTE_CAPABILITIES=7.5
43
export PYTHON_BIN_PATH=`which python`
44
-yes "" | TF_NEED_CUDA=1 TF_CUDA_COMPUTE_CAPABILITIES=6.0 $PYTHON_BIN_PATH configure.py
+yes "" | TF_NEED_CUDA=1 TF_CUDA_COMPUTE_CAPABILITIES=7.5 $PYTHON_BIN_PATH configure.py
45
46
# Run bazel test command. Double test timeouts to avoid flakes.
47
# Setting KMP_BLOCKTIME to 0 lets OpenMP threads to sleep right after parallel execution
0 commit comments