From 6a1e977e34a69c2b22586cd2f7ee05d26a947d96 Mon Sep 17 00:00:00 2001 From: Zhiyuan Li Date: Tue, 5 Nov 2024 02:41:55 +1100 Subject: [PATCH] Update ggml/src/ggml-sycl/concat.cpp Co-authored-by: Meng, Hengyu --- ggml/src/ggml-sycl/concat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-sycl/concat.cpp b/ggml/src/ggml-sycl/concat.cpp index c53278557..c90c452d8 100644 --- a/ggml/src/ggml-sycl/concat.cpp +++ b/ggml/src/ggml-sycl/concat.cpp @@ -106,7 +106,7 @@ static void concat_f32_sycl(const float *x, const float *y, float *dst, concat_f32_dim1(x, y, dst, ne0, ne01, item_ct1); }); break; - case 2: + // dim >=2 will be dispatched to the default path default: stream->parallel_for( sycl::nd_range<3>(gridDim *