diff --git a/ggml-sycl.cpp b/ggml-sycl.cpp index 00ce8e7fa..fdef752bc 100644 --- a/ggml-sycl.cpp +++ b/ggml-sycl.cpp @@ -7727,15 +7727,8 @@ vec_dot_iq2_s_q8_1(const void *__restrict__ vbq, assert(false); return 0.f; #endif -#else - (void) ksigns64; - assert(false); - return 0.f; -#endif } - - template