Skip to content

Commit be77166

Browse files
committed
ggml : fix supports_op
1 parent fdc3760 commit be77166

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-cpu/ggml-cpu.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ static bool ggml_backend_cpu_device_supports_op(ggml_backend_dev_t dev, const st
416416

417417
switch (op->op) {
418418
case GGML_OP_CPY:
419+
case GGML_OP_SET_ROWS:
419420
return
420421
op->type != GGML_TYPE_IQ3_XXS &&
421422
op->type != GGML_TYPE_IQ3_S &&

0 commit comments

Comments
 (0)