Skip to content

Commit 274842d

Browse files
committed
SYCL gemm.hpp: remove pragma directives
1 parent 5a766c1 commit 274842d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ggml/src/ggml-sycl/gemm.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
#include "dnnl_sycl.hpp"
2525

2626

27-
// TODO: Remove this when needed
28-
# pragma clang diagnostic push
29-
# pragma clang diagnostic ignored "-Wcast-qual"
3027
class DnnlGemmWrapper {
3128
public:
3229
using dt = dnnl::memory::data_type;
@@ -100,7 +97,6 @@ class DnnlGemmWrapper {
10097
}
10198
};
10299

103-
# pragma clang diagnostic pop
104100
#endif
105101

106102
#endif // GGML_SYCL_GEMM_HPP

0 commit comments

Comments
 (0)