Skip to content

Commit 8371c0c

Browse files
committed
fix musa build
1 parent 860233d commit 8371c0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ggml/src/ggml-musa/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ if (MUSAToolkit_FOUND)
3636
list(APPEND GGML_SOURCES_MUSA ${SRCS})
3737
file(GLOB SRCS "../ggml-cuda/template-instances/mmq*.cu")
3838
list(APPEND GGML_SOURCES_MUSA ${SRCS})
39+
file(GLOB SRCS "../ggml-cuda/template-instances/mmv*.cu")
40+
list(APPEND GGML_SOURCES_MUSA ${SRCS})
41+
3942

4043
if (GGML_MUSA_MUDNN_COPY)
4144
file(GLOB SRCS "../ggml-musa/*.cu")

0 commit comments

Comments
 (0)