We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a831990 commit eeab11dCopy full SHA for eeab11d
CMakeLists.txt
@@ -133,6 +133,8 @@ if (CUPDLP_GPU)
133
134
set (CUPDLP_CPU OFF)
135
136
+ enable_language(CUDA)
137
+
138
# With FindCUDAConf.cmake
139
# default cuda_home on linux
140
# set(CUDA_HOME "/usr/local/cuda" CACHE STRING "Cuda path to install")
src/pdlp/cupdlp/cuda/CMakeLists.txt
@@ -8,7 +8,7 @@ add_library(cudalin SHARED
8
)
9
set_target_properties(cudalin PROPERTIES CUDA_SEPARABLE_COMPILATION ON)
10
11
-set_target_properties(cudalin PROPERTIES CUDA_ARCHITECTURES native)
+# set_target_properties(cudalin PROPERTIES CUDA_ARCHITECTURES native)
12
13
target_include_directories(cudalin PUBLIC "${CMAKE_CUDA_PATH}/include")
14
0 commit comments