metal : remove stray return
This commit is contained in:
parent
cdb3deae76
commit
d441c31b19
|
|
@ -703,7 +703,6 @@ bool ggml_metal_device_supports_op(ggml_metal_device_t dev, const struct ggml_te
|
||||||
case GGML_OP_ARANGE:
|
case GGML_OP_ARANGE:
|
||||||
return true;
|
return true;
|
||||||
case GGML_OP_FLASH_ATTN_EXT:
|
case GGML_OP_FLASH_ATTN_EXT:
|
||||||
return false;
|
|
||||||
// for new head sizes, add checks here
|
// for new head sizes, add checks here
|
||||||
if (op->src[0]->ne[0] != 32 &&
|
if (op->src[0]->ne[0] != 32 &&
|
||||||
op->src[0]->ne[0] != 40 &&
|
op->src[0]->ne[0] != 40 &&
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue