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 64ba842 commit e690704Copy full SHA for e690704
ggml/src/ggml-musa/CMakeLists.txt
@@ -36,6 +36,9 @@ if (MUSAToolkit_FOUND)
36
list(APPEND GGML_SOURCES_MUSA ${SRCS})
37
file(GLOB SRCS "../ggml-cuda/template-instances/mmq*.cu")
38
39
+ file(GLOB SRCS "../ggml-cuda/template-instances/mmv*.cu")
40
+ list(APPEND GGML_SOURCES_MUSA ${SRCS})
41
+
42
43
if (GGML_MUSA_MUDNN_COPY)
44
file(GLOB SRCS "../ggml-musa/*.cu")
0 commit comments