increase minimal supported CUDA toolkit to 6.5

This commit is contained in:
Vladislav Vinogradov 2016-07-13 13:02:13 +03:00
parent f75f894d73
commit 112903c2bd
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
set(MIN_VER_CMAKE 2.8.7)
set(MIN_VER_CUDA 4.2)
set(MIN_VER_CUDA 6.5)
set(MIN_VER_PYTHON2 2.6)
set(MIN_VER_PYTHON3 3.2)
set(MIN_VER_ZLIB 1.2.3)

View File

@ -64,7 +64,7 @@
# define NPP_VERSION (NPP_VERSION_MAJOR * 1000 + NPP_VERSION_MINOR * 100 + NPP_VERSION_BUILD)
# define CUDART_MINIMUM_REQUIRED_VERSION 4020
# define CUDART_MINIMUM_REQUIRED_VERSION 6050
# if (CUDART_VERSION < CUDART_MINIMUM_REQUIRED_VERSION)
# error "Insufficient Cuda Runtime library version, please update it."