File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ endif()
7575
7676file (GLOB GGML_SOURCES_CUDA "ggml/src/ggml-cuda/*.cu" )
7777list (APPEND GGML_SOURCES_CUDA "ggml/src/ggml-cuda/ggml-cuda.cu" )
78- file (GLOB SRCS "ggml/src/ggml-cuda/template-instances/fattn-wmma *.cu" )
78+ file (GLOB SRCS "ggml/src/ggml-cuda/template-instances/fattn-mma *.cu" )
7979list (APPEND GGML_SOURCES_CUDA ${SRCS} )
8080file (GLOB SRCS "ggml/src/ggml-cuda/template-instances/mmq*.cu" )
8181list (APPEND GGML_SOURCES_CUDA ${SRCS} )
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ endif
167167endif
168168
169169# it is recommended to use the CMAKE file to build for cublas if you can - will likely work better
170- OBJS_CUDA_TEMP_INST = $(patsubst % .cu,% .o,$(wildcard ggml/src/ggml-cuda/template-instances/fattn-wmma * .cu) )
170+ OBJS_CUDA_TEMP_INST = $(patsubst % .cu,% .o,$(wildcard ggml/src/ggml-cuda/template-instances/fattn-mma * .cu) )
171171OBJS_CUDA_TEMP_INST += $(patsubst % .cu,% .o,$(wildcard ggml/src/ggml-cuda/template-instances/mmq* .cu) )
172172OBJS_CUDA_TEMP_INST += $(patsubst % .cu,% .o,$(wildcard ggml/src/ggml-cuda/template-instances/fattn-vec* q4_0-q4_0.cu) )
173173OBJS_CUDA_TEMP_INST += $(patsubst % .cu,% .o,$(wildcard ggml/src/ggml-cuda/template-instances/fattn-vec* q8_0-q8_0.cu) )
You can’t perform that action at this time.
0 commit comments