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 8733e0c commit 73b366dCopy full SHA for 73b366d
ggml/src/ggml-musa/CMakeLists.txt
@@ -67,6 +67,10 @@ if (MUSAToolkit_FOUND)
67
add_compile_definitions(GGML_USE_MUSA)
68
add_compile_definitions(GGML_CUDA_PEER_MAX_BATCH_SIZE=${GGML_CUDA_PEER_MAX_BATCH_SIZE})
69
70
+ if (GGML_CUDA_GRAPHS)
71
+ add_compile_definitions(GGML_CUDA_USE_GRAPHS)
72
+ endif()
73
+
74
if (GGML_CUDA_FORCE_MMQ)
75
add_compile_definitions(GGML_CUDA_FORCE_MMQ)
76
endif()
0 commit comments