commit | c59db932b0334c9c1e2e385e6435ee31ea3d7087 | [log] [tgz] |
---|---|---|
author | Gunhan Gulsoy <gunan@google.com> | Fri Dec 28 16:32:01 2018 -0800 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Fri Dec 28 16:37:52 2018 -0800 |
tree | cff32f9bab6d2676d87555e76106aec8f792acb7 | |
parent | 719309ad0d593f2977c422575248018314e3160d [diff] [blame] |
Upgrade default TF cuda version to cuda 10. PiperOrigin-RevId: 227180147
diff --git a/configure.py b/configure.py index c588381..bb59063 100644 --- a/configure.py +++ b/configure.py
@@ -33,7 +33,7 @@ from distutils.spawn import find_executable as which # pylint: enable=g-import-not-at-top -_DEFAULT_CUDA_VERSION = '9.0' +_DEFAULT_CUDA_VERSION = '10.0' _DEFAULT_CUDNN_VERSION = '7' _DEFAULT_CUDA_COMPUTE_CAPABILITIES = '3.5,7.0' _DEFAULT_CUDA_PATH = '/usr/local/cuda'