SYCL gemm.hpp: remove pragma directives
This commit is contained in:
parent
5a766c12ae
commit
274842d976
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue