We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b5c62 commit 09e35d0Copy full SHA for 09e35d0
CMakeLists.txt
@@ -279,6 +279,10 @@ if (LLAMA_CUBLAS)
279
if (LLAMA_CUDA_FORCE_MMQ)
280
add_compile_definitions(GGML_CUDA_FORCE_MMQ)
281
endif()
282
+
283
+ # required for dynamic parallelism
284
+ set(CMAKE_CUDA_SEPARABLE_COMPILATION ON)
285
286
add_compile_definitions(GGML_CUDA_DMMV_X=${LLAMA_CUDA_DMMV_X})
287
add_compile_definitions(GGML_CUDA_MMV_Y=${LLAMA_CUDA_MMV_Y})
288
if (DEFINED LLAMA_CUDA_DMMV_Y)
0 commit comments