From 22c72c5a0f5d80dbf10640adf94f2c6edba0773e Mon Sep 17 00:00:00 2001 From: Chen Xi Date: Wed, 24 Jul 2024 04:05:08 +0000 Subject: [PATCH] fix intel mkl Signed-off-by: Chen Xi --- ggml/src/ggml-sycl/dpct/helper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-sycl/dpct/helper.hpp b/ggml/src/ggml-sycl/dpct/helper.hpp index a313ca6e5..8774eff00 100644 --- a/ggml/src/ggml-sycl/dpct/helper.hpp +++ b/ggml/src/ggml-sycl/dpct/helper.hpp @@ -2670,6 +2670,7 @@ namespace dpct stride_c, batch_size); break; } +#endif case detail::get_type_combination_id( library_data_t::real_int8, library_data_t::real_int8, library_data_t::real_int32, library_data_t::real_int32): @@ -2680,7 +2681,6 @@ namespace dpct beta, c, ldc, stride_c, batch_size); break; } -#endif case detail::get_type_combination_id( library_data_t::real_int8, library_data_t::real_int8, library_data_t::real_float, library_data_t::real_float):