SYCL gemm.hpp: remove pragma directives

This commit is contained in:
Akarshan Biswas 2024-12-11 11:11:03 +05:30
parent 5a766c12ae
commit 274842d976
No known key found for this signature in database
GPG key ID: 52A578A14B32134D

View file

@ -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