Fix no gcc pragma on Windows
This commit is contained in:
parent
1442677f92
commit
02eb91213e
1 changed files with 2 additions and 0 deletions
|
@ -43,8 +43,10 @@
|
|||
// [1] J. Tunney, ‘LLaMA Now Goes Faster on CPUs’, Mar. 2024. [Online].
|
||||
// Available: https://justine.lol/matmul/. [Accessed: 29-Mar-2024].
|
||||
|
||||
#if defined(__GNUC__)
|
||||
#pragma GCC diagnostic ignored "-Wpedantic"
|
||||
#pragma GCC diagnostic ignored "-Wignored-attributes"
|
||||
#endif
|
||||
|
||||
#include "sgemm.h"
|
||||
#include "ggml-impl.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue