enable with rebase
This commit is contained in:
parent
8c07b8f85f
commit
4e6df37d12
1 changed files with 2 additions and 2 deletions
|
@ -17267,9 +17267,9 @@ GGML_CALL static bool ggml_backend_sycl_supports_op(ggml_backend_t backend, cons
|
|||
if (a_type == GGML_TYPE_IQ2_XXS || a_type == GGML_TYPE_IQ2_XS || a_type == GGML_TYPE_IQ3_XXS ||
|
||||
a_type == GGML_TYPE_IQ1_S || a_type == GGML_TYPE_IQ4_NL || a_type == GGML_TYPE_IQ3_S ||
|
||||
a_type == GGML_TYPE_IQ2_S || a_type == GGML_TYPE_IQ4_XS) {
|
||||
//if (b->ne[1] == 1 && ggml_nrows(b) > 1) {
|
||||
if (b->ne[1] == 1 && ggml_nrows(b) > 1) {
|
||||
return false;
|
||||
//}
|
||||
}
|
||||
}
|
||||
return true;
|
||||
} break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue