From fc6779910731340f7d96e44c2d204bc50fb8c873 Mon Sep 17 00:00:00 2001 From: OuadiElfarouki Date: Thu, 4 Jul 2024 17:37:35 +0100 Subject: [PATCH] typo fix --- ggml/src/ggml-sycl/dpct/helper.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml/src/ggml-sycl/dpct/helper.hpp b/ggml/src/ggml-sycl/dpct/helper.hpp index db6d9fecd..908297f45 100644 --- a/ggml/src/ggml-sycl/dpct/helper.hpp +++ b/ggml/src/ggml-sycl/dpct/helper.hpp @@ -2636,6 +2636,7 @@ namespace dpct beta, c, ldc, stride_c, batch_size); break; } +#endif case detail::get_type_combination_id( library_data_t::real_half, library_data_t::real_half, library_data_t::real_half, library_data_t::real_float):