We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c54ecf commit fc414e7Copy full SHA for fc414e7
cpp/CMakeLists.txt
@@ -153,7 +153,7 @@ if(CMAKE_CUDA_COMPILER_VERSION VERSION_GREATER_EQUAL 12.9 AND CMAKE_CUDA_COMPILE
153
endif()
154
list(APPEND CUOPT_CUDA_FLAGS -fopenmp)
155
156
-# Add parallel compilation flags if PARALLEL_LEVEL is set
+# Add jobserver flags for parallel compilation if PARALLEL_LEVEL is set
157
if(PARALLEL_LEVEL AND NOT "${PARALLEL_LEVEL}" STREQUAL "")
158
message(STATUS "Enabling nvcc parallel compilation support")
159
list(APPEND CUOPT_CUDA_FLAGS --threads=0 --split-compile=0)
0 commit comments