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 a2e3c6a commit 314e40dCopy full SHA for 314e40d
ggml/src/ggml-musa/CMakeLists.txt
@@ -72,6 +72,10 @@ if (MUSAToolkit_FOUND)
72
add_compile_definitions(GGML_USE_MUSA)
73
add_compile_definitions(GGML_CUDA_PEER_MAX_BATCH_SIZE=${GGML_CUDA_PEER_MAX_BATCH_SIZE})
74
75
+ if (GGML_CUDA_GRAPHS)
76
+ add_compile_definitions(GGML_CUDA_USE_GRAPHS)
77
+ endif()
78
+
79
if (GGML_CUDA_FORCE_MMQ)
80
add_compile_definitions(GGML_CUDA_FORCE_MMQ)
81
endif()
0 commit comments