Skip to content

Commit 71d84a5

Browse files
committed
[SYCL] Remove pragma directives from mmq.cpp
1 parent 32164aa commit 71d84a5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ggml/src/ggml-sycl/mmq.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
#include "mmq.hpp"
1414
#include "vecdotq.hpp"
1515

16-
// Just to make the compiler happy
17-
// TODO: Remove it when needed
18-
#pragma clang diagnostic push
19-
#pragma clang diagnostic ignored "-Wdivision-by-zero"
16+
2017

2118
typedef void (*allocate_tiles_sycl_t)(
2219
int** x_ql,
@@ -3034,4 +3031,3 @@ catch (sycl::exception const &exc) {
30343031
<< ", line:" << __LINE__ << std::endl;
30353032
std::exit(1);
30363033
}
3037-
#pragma clang diagnostic pop

0 commit comments

Comments
 (0)