From 5ead10ff904f54fda9abf5fd53c7c55b136d1afa Mon Sep 17 00:00:00 2001 From: "Meng, Hengyu" Date: Tue, 2 Apr 2024 07:56:15 +0000 Subject: [PATCH] fix typo --- ggml-sycl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml-sycl.cpp b/ggml-sycl.cpp index 779a3ee9d..8910effcf 100644 --- a/ggml-sycl.cpp +++ b/ggml-sycl.cpp @@ -17032,6 +17032,7 @@ GGML_CALL static bool ggml_backend_sycl_supports_op(ggml_backend_t backend, cons a_type == GGML_TYPE_IQ3_XXS || a_type == GGML_TYPE_IQ3_S || a_type == GGML_TYPE_IQ1_S) { return false; + } #endif return true; } break;