ggml : fix supports_op

This commit is contained in:
Radoslav Gerganov
2025-06-23 11:25:16 +03:00
committed by Georgi Gerganov
parent eba97574da
commit 1f647b5992

View File

@@ -416,6 +416,7 @@ static bool ggml_backend_cpu_device_supports_op(ggml_backend_dev_t dev, const st
switch (op->op) {
case GGML_OP_CPY:
case GGML_OP_SET_ROWS:
return
op->type != GGML_TYPE_IQ3_XXS &&
op->type != GGML_TYPE_IQ3_S &&