Skip to content

Commit

Permalink
Fix no gcc pragma on Windows (ggerganov#7751)
Browse files Browse the repository at this point in the history
  • Loading branch information
jojorne authored Jun 18, 2024
1 parent 6166527 commit 84f6de1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sgemm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 84f6de1

Please sign in to comment.