From 274842d976d10ef67ff6ab14b0301723a57143cf Mon Sep 17 00:00:00 2001 From: Akarshan Biswas Date: Wed, 11 Dec 2024 11:11:03 +0530 Subject: [PATCH] SYCL gemm.hpp: remove pragma directives --- ggml/src/ggml-sycl/gemm.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ggml/src/ggml-sycl/gemm.hpp b/ggml/src/ggml-sycl/gemm.hpp index df6579f72..a1e96256f 100644 --- a/ggml/src/ggml-sycl/gemm.hpp +++ b/ggml/src/ggml-sycl/gemm.hpp @@ -24,9 +24,6 @@ #include "dnnl_sycl.hpp" -// TODO: Remove this when needed -# pragma clang diagnostic push -# pragma clang diagnostic ignored "-Wcast-qual" class DnnlGemmWrapper { public: using dt = dnnl::memory::data_type; @@ -100,7 +97,6 @@ public: } }; -# pragma clang diagnostic pop #endif #endif // GGML_SYCL_GEMM_HPP