Я использую Ubuntu и у меня установлена CUDA 7.5 в соответствии с nvcc --version
Я клонировал Tensorflow и попытался ./configure
и получил следующее:
Please specify the location of python. [Default is /home/me/anaconda3/bin/python]:
Found possible Python library paths:
/home/me/anaconda3/lib/python3.6/site-packages
Please input the desired Python library path to use. Default is [/home/me/anaconda3/lib/python3.6/site-packages]
Do you wish to build TensorFlow with XLA JIT support? [Y/n]:
XLA JIT support will be enabled for TensorFlow.
Do you wish to build TensorFlow with OpenCL SYCL support? [y/N]: n
No OpenCL SYCL support will be enabled for TensorFlow.
Do you wish to build TensorFlow with ROCm support? [y/N]:
No ROCm support will be enabled for TensorFlow.
Do you wish to build TensorFlow with CUDA support? [y/N]: y
CUDA support will be enabled for TensorFlow.
Do you wish to build TensorFlow with TensorRT support? [y/N]:
No TensorRT support will be enabled for TensorFlow.
Затем он показываетошибка:
Could not find any cupti.h in any subdirectory:
Затем запрашивается версия CUDA:
Please specify the CUDA SDK version you want to use. [Leave empty to default to CUDA 10]: 7.5
Please specify the cuDNN version you want to use. [Leave empty to default to cuDNN 7]:
Please specify the locally installed NCCL version you want to use. [Leave empty to use http://github.com/nvidia/nccl]:
Please specify the comma-separated list of base paths to look for CUDA libraries and headers. [Leave empty to use the default]:
Но отображается та же ошибка: Could not find any cupti.h in any subdirectory: