rebase and fix compile

Signed-off-by: Yu Zhentao <zhentao.yu@intel.com>
This commit is contained in:
Yu Zhentao 2024-06-28 02:52:15 +00:00
parent ec55dc5098
commit 43aa0d32c6

View file

@ -5941,7 +5941,6 @@ GGML_CALL static bool ggml_backend_sycl_supports_op(ggml_backend_t backend, cons
return true;
case GGML_OP_ROPE:
return ggml_is_contiguous(op->src[0]);
case GGML_OP_ROPE:
case GGML_OP_IM2COL:
case GGML_OP_POOL_2D:
case GGML_OP_SUM_ROWS: