aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Smit Hinsu <hinsu@google.com>2018-07-14 13:16:58 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-14 13:20:25 -0700
commitfe7d1d9447a31562acb26aad7a9ffca60686c38a (patch)
tree5592806f46f206bd896ab643e9ff0336d2875b33 /tensorflow/docs_src
parent85aae3795775bf648d2e8baa56331f952d12e3e0 (diff)
Update default cuda compute capability while installing from sources to cover up to Volta
PiperOrigin-RevId: 204606836
Diffstat (limited to 'tensorflow/docs_src')
-rw-r--r--tensorflow/docs_src/install/install_sources.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/install/install_sources.md b/tensorflow/docs_src/install/install_sources.md
index fc1f6d05bd..5caf36eed1 100644
--- a/tensorflow/docs_src/install/install_sources.md
+++ b/tensorflow/docs_src/install/install_sources.md
@@ -262,7 +262,7 @@ Please specify the location where cuDNN 7 library is installed. Refer to README.
Please specify a list of comma-separated CUDA compute capabilities you want to build with.
You can find the compute capability of your device at: https://developer.nvidia.com/cuda-gpus.
Please note that each additional compute capability significantly increases your build time and binary size.
-[Default is: "3.5,5.2"]: <b>3.0</b>
+[Default is: "3.5,7.0"]: <b>6.0,7.0</b>
Do you wish to build TensorFlow with MPI support? [y/N]
MPI support will not be enabled for TensorFlow
Configuration finished