Skip to content

Commit 557924f

Browse files
authored
sycl: Revert MUL_MAT_OP support changes (#10385)
1 parent d3481e6 commit 557924f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ggml/src/ggml-sycl/ggml-sycl.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4350,10 +4350,6 @@ static bool ggml_backend_sycl_device_supports_op(ggml_backend_dev_t dev, const g
43504350
if (op->op == GGML_OP_MUL_MAT) {
43514351
a = op->src[0];
43524352
b = op->src[1];
4353-
if (ggml_is_permuted(a) || ggml_is_permuted(b)) {
4354-
// TODO: fix like https://github.com/ggerganov/llama.cpp/pull/10021
4355-
return false;
4356-
}
43574353
} else {
43584354
a = op->src[2];
43594355
b = op->src[1];

0 commit comments

Comments
 (0)