tensorflow-windows
tensorflow-windows copied to clipboard
Changes for CUDA 9.1?
I am getting an error about version 9.0 from CMake ?
cmake .. ^ More? -A x64 ^ More? -DCMAKE_BUILD_TYPE=Release ^ More? -DSWIG_EXECUTABLE=C:/vx/lib/swigwin/swig.exe ^ More? -DPYTHON_EXECUTABLE=C:/vx/lib/python/python.exe ^ More? -DPYTHON_LIBRARIES=C:/vx/lib/python/libs/python35.lib ^ More? -Dtensorflow_ENABLE_GPU=ON ^ More? -DCUDNN_HOME="C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1" ^ More? -Dtensorflow_BUILD_PYTHON_TESTS=OFF ^ More? -Dtensorflow_BUILD_CC_TESTS=OFF ^ More? -Dtensorflow_TF_NIGHTLY=OFF ^ More? -Dtensorflow_WIN_CPU_SIMD_OPTIONS=/arch:AVX2 -- Performing Test COMPILER_OPT_WIN_CPU_SIMD_SUPPORTED -- Performing Test COMPILER_OPT_WIN_CPU_SIMD_SUPPORTED - Success CMake Error at C:/Program Files/CMake/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find CUDA: Found unsuitable version "9.1", but required is exact version "9.0" (found C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.1) Call Stack (most recent call first): C:/Program Files/CMake/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:376 (_FPHSA_FAILURE_MESSAGE) C:/Program Files/CMake/share/cmake-3.10/Modules/FindCUDA.cmake:1080 (find_package_handle_standard_args) CMakeLists.txt:310 (find_package)
as per the following link 9.0 is still the recommended version to use
https://www.tensorflow.org/install/install_sources
also, as per the details here they are planning on sticking with cuda 9.0 until 10.0 is released.
http://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html
On Wed, Feb 14, 2018 at 7:01 AM, Faisal Thaheem [email protected] wrote:
as per the following link 9.0 is still the recommended version to use
https://www.tensorflow.org/install/install_sources
also, as per the details here https://github.com/tensorflow/tensorflow/issues/15140 they are planning on sticking with cuda 9.0 until 10.0 is released.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/faisalthaheem/tensorflow-windows/issues/2#issuecomment-365585863, or mute the thread https://github.com/notifications/unsubscribe-auth/ABXVTXM7yT83ndn2Zhqj2eBDv6ee329Sks5tUssWgaJpZM4SEQuH .
change line 40 to set(tensorflow_CUDA_VERSION "9.1" CACHE STRING "CUDA version to build against")