Update default cuda compute capability while installing from sources to cover up to Volta

PiperOrigin-RevId: 204606836
This commit is contained in:
Smit Hinsu 2018-07-14 13:16:58 -07:00 committed by TensorFlower Gardener
parent 85aae37957
commit fe7d1d9447
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ except ImportError:
_DEFAULT_CUDA_VERSION = '9.0'
_DEFAULT_CUDNN_VERSION = '7'
_DEFAULT_NCCL_VERSION = '2.2'
_DEFAULT_CUDA_COMPUTE_CAPABILITIES = '3.5,5.2'
_DEFAULT_CUDA_COMPUTE_CAPABILITIES = '3.5,7.0'
_DEFAULT_CUDA_PATH = '/usr/local/cuda'
_DEFAULT_CUDA_PATH_LINUX = '/opt/cuda'
_DEFAULT_CUDA_PATH_WIN = ('C:/Program Files/NVIDIA GPU Computing '

View File

@ -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