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;