Skip to content

Commit 8f6f0d5

Browse files
committed
metal : remove NW template argument
ggml-ci
1 parent 72c5703 commit 8f6f0d5

File tree

2 files changed

+99
-93
lines changed

2 files changed

+99
-93
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ ggml_metal_pipeline_t ggml_metal_library_get_pipeline_flash_attn_ext_vec(
989989
dk,
990990
dv);
991991

992-
snprintf(name, 256, "%s%d_mask=%d_sink=%d_bias=%d_softcap=%d_ns10=%d_ns20=%d_nsg=%d_nwg=%d",
992+
snprintf(name, 256, "%s_mask=%d_sink=%d_bias=%d_softcap=%d_ns10=%d_ns20=%d_nsg=%d_nwg=%d",
993993
base,
994994
has_mask,
995995
has_sinks,

0 commit comments

Comments
 (0)