Skip to content

Commit

Permalink
sycl: Revert MUL_MAT_OP support changes (ggerganov#10385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcpz authored Nov 19, 2024
1 parent d3481e6 commit 557924f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ggml/src/ggml-sycl/ggml-sycl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4350,10 +4350,6 @@ static bool ggml_backend_sycl_device_supports_op(ggml_backend_dev_t dev, const g
if (op->op == GGML_OP_MUL_MAT) {
a = op->src[0];
b = op->src[1];
if (ggml_is_permuted(a) || ggml_is_permuted(b)) {
// TODO: fix like https://github.com/ggerganov/llama.cpp/pull/10021
return false;
}
} else {
a = op->src[2];
b = op->src[1];
Expand Down

0 comments on commit 557924f

Please sign in to comment.