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 22ee634 commit 64ba842Copy full SHA for 64ba842
ggml/src/ggml-hip/CMakeLists.txt
@@ -61,6 +61,8 @@ file(GLOB SRCS "../ggml-cuda/template-instances/fattn-mma*.cu")
61
list(APPEND GGML_SOURCES_ROCM ${SRCS})
62
file(GLOB SRCS "../ggml-cuda/template-instances/mmq*.cu")
63
64
+file(GLOB SRCS "../ggml-cuda/template-instances/mmv*.cu")
65
+list(APPEND GGML_SOURCES_ROCM ${SRCS})
66
67
if (GGML_CUDA_FA_ALL_QUANTS)
68
file(GLOB SRCS "../ggml-cuda/template-instances/fattn-vec*.cu")
0 commit comments