From 9ea34a78cb76f62c6070fc8c5b10bba1a4fc965e Mon Sep 17 00:00:00 2001 From: Zhiyuan Li Date: Mon, 4 Nov 2024 23:28:26 +1100 Subject: [PATCH] fix: add defualt --- ggml/src/ggml-sycl/concat.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml/src/ggml-sycl/concat.cpp b/ggml/src/ggml-sycl/concat.cpp index cec313781..c53278557 100644 --- a/ggml/src/ggml-sycl/concat.cpp +++ b/ggml/src/ggml-sycl/concat.cpp @@ -107,6 +107,7 @@ static void concat_f32_sycl(const float *x, const float *y, float *dst, }); break; case 2: + default: stream->parallel_for( sycl::nd_range<3>(gridDim * sycl::range<3>(1, 1, SYCL_CONCAT_BLOCK_SIZE),