From 6f139980d4ed1034831dc7b6e773a0f8d839d834 Mon Sep 17 00:00:00 2001 From: Abhilash Majumder <30946547+abhilash1910@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:56:21 +0530 Subject: [PATCH] fix format --- ggml-sycl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-sycl.cpp b/ggml-sycl.cpp index 5c8803653..df1826112 100644 --- a/ggml-sycl.cpp +++ b/ggml-sycl.cpp @@ -14966,7 +14966,7 @@ static bool ggml_backend_sycl_supports_op(ggml_backend_t backend, const ggml_ten if (a->ne[3] != b->ne[3]) { return false; } - + if (a->type == GGML_TYPE_IQ1_S) { return false; }