Skip to content

Commit dfd8ec0

Browse files
committed
metal : fix mul_mm_id
1 parent c9d7147 commit dfd8ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-metal/ggml-metal-device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ ggml_metal_pipeline_t ggml_metal_library_get_pipeline_mul_mm_id_map0(ggml_metal_
677677
char name[256];
678678

679679
snprintf(base, 256, "kernel_mul_mm_id_map0_ne20_%d", ne20);
680-
snprintf(name, 256, "%s", base);
680+
snprintf(name, 256, "%s_ne02=%d", base, ne02);
681681

682682
ggml_metal_pipeline_t res = ggml_metal_library_get_pipeline(lib, name);
683683
if (res) {

0 commit comments

Comments
 (0)