[SYCL] Remove pragma directives from mmq.cpp

This commit is contained in:
Akarshan Biswas 2024-12-10 18:47:13 +05:30
parent 32164aa48d
commit 71d84a5eaf
No known key found for this signature in database
GPG key ID: 52A578A14B32134D

View file

@ -13,10 +13,7 @@
#include "mmq.hpp"
#include "vecdotq.hpp"
// Just to make the compiler happy
// TODO: Remove it when needed
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdivision-by-zero"
typedef void (*allocate_tiles_sycl_t)(
int** x_ql,
@ -3034,4 +3031,3 @@ catch (sycl::exception const &exc) {
<< ", line:" << __LINE__ << std::endl;
std::exit(1);
}
#pragma clang diagnostic pop