Update default cuda compute capability while installing from sources to cover up to Volta
PiperOrigin-RevId: 204606836
This commit is contained in:
parent
85aae37957
commit
fe7d1d9447
@ -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 '
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user