Skip to content

Commit 860233d

Browse files
committed
fix hip build
1 parent 77dd609 commit 860233d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ggml/src/ggml-hip/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ file(GLOB SRCS "../ggml-cuda/template-instances/fattn-mma*.cu")
6161
list(APPEND GGML_SOURCES_ROCM ${SRCS})
6262
file(GLOB SRCS "../ggml-cuda/template-instances/mmq*.cu")
6363
list(APPEND GGML_SOURCES_ROCM ${SRCS})
64+
file(GLOB SRCS "../ggml-cuda/template-instances/mmv*.cu")
65+
list(APPEND GGML_SOURCES_ROCM ${SRCS})
6466

6567
if (GGML_CUDA_FA_ALL_QUANTS)
6668
file(GLOB SRCS "../ggml-cuda/template-instances/fattn-vec*.cu")

0 commit comments

Comments
 (0)