Second attempt at getting bitbucket to compile
This commit is contained in:
@@ -10,6 +10,7 @@ set(CMAKE_CXX_FLAGS_DEBUG "-g")
|
|||||||
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
|
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
|
||||||
|
|
||||||
# Require CUDA
|
# Require CUDA
|
||||||
|
find_package(CUDA REQUIRED)
|
||||||
set(CMAKE_CUDA_FLAGS "-gencode arch=compute_70,code=sm_70 -ftz=true --restrict")
|
set(CMAKE_CUDA_FLAGS "-gencode arch=compute_70,code=sm_70 -ftz=true --restrict")
|
||||||
|
|
||||||
# Compile kernels
|
# Compile kernels
|
||||||
|
|||||||
Reference in New Issue
Block a user