mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-16 05:02:58 -04:00
ggml : fix supports_op
This commit is contained in:
committed by
Georgi Gerganov
parent
eba97574da
commit
1f647b5992
@@ -416,6 +416,7 @@ static bool ggml_backend_cpu_device_supports_op(ggml_backend_dev_t dev, const st
|
|||||||
|
|
||||||
switch (op->op) {
|
switch (op->op) {
|
||||||
case GGML_OP_CPY:
|
case GGML_OP_CPY:
|
||||||
|
case GGML_OP_SET_ROWS:
|
||||||
return
|
return
|
||||||
op->type != GGML_TYPE_IQ3_XXS &&
|
op->type != GGML_TYPE_IQ3_XXS &&
|
||||||
op->type != GGML_TYPE_IQ3_S &&
|
op->type != GGML_TYPE_IQ3_S &&
|
||||||
|
Reference in New Issue
Block a user