Skip to content

Commit bb895e8

Browse files
author
pradeep
committed
Increase minimum required CUDA toolkit version to build
1 parent 6043c1b commit bb895e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ arrayfire_set_cmake_default_variables()
3434
#Set Intel OpenMP as default MKL thread layer
3535
set(MKL_THREAD_LAYER "Intel OpenMP" CACHE STRING "The thread layer to choose for MKL")
3636

37-
find_package(CUDA 7.0)
37+
find_package(CUDA 9.0)
3838
find_package(cuDNN 4.0)
3939
find_package(OpenCL 1.2)
4040
find_package(OpenGL)

0 commit comments

Comments
 (0)