Skip to content

Commit 1d31812

Browse files
committed
cont : fix supports_op
1 parent 2b7ddad commit 1d31812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-metal/ggml-metal.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,6 +2028,7 @@ static bool ggml_metal_supports_op(const struct ggml_backend_metal_device_contex
20282028
return has_simdgroup_mm; // TODO: over-restricted for vec-kernels
20292029
case GGML_OP_SSM_CONV:
20302030
case GGML_OP_SSM_SCAN:
2031+
return has_simdgroup_reduction;
20312032
case GGML_OP_RWKV_WKV6:
20322033
case GGML_OP_RWKV_WKV7:
20332034
return true;

0 commit comments

Comments
 (0)