Skip to content

Commit cfc9544

Browse files
committed
Merge branch 'master' into Nexes_Custom_Quants
1 parent be1e61d commit cfc9544

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ggml/src/ggml-metal.m

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -806,15 +806,6 @@ static bool ggml_metal_supports_op(const struct ggml_backend_metal_context * ctx
806806
if (op->src[0]->ne[0] == 256) {
807807
return false;
808808
}
809-
{
810-
float logit_softcap;
811-
812-
memcpy(&logit_softcap, ((const float *) op->op_params) + 2, sizeof(logit_softcap));
813-
814-
if (logit_softcap != 0.0f) {
815-
return false;
816-
}
817-
}
818809
return ctx->support_simdgroup_mm; // TODO: over-restricted for vec-kernels
819810
case GGML_OP_SSM_CONV:
820811
case GGML_OP_SSM_SCAN:

0 commit comments

Comments
 (0)