Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
wejoncy committed Nov 1, 2024
1 parent d37bdfa commit 32a8c8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion onnxruntime/core/mlas/lib/mlasi.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Module Name:
#if defined(__GNUC__) && __GNUC__ >= 12
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized" // GCC 12 warns about uninitialized variables in immintrin.h.
#pragma GCC diagnostic ignored "-Wno-uninitialized" // GCC 12 warns about uninitialized variables in immintrin.h.
#include <immintrin.h>
#pragma GCC diagnostic pop
#else
Expand Down
2 changes: 1 addition & 1 deletion onnxruntime/core/mlas/lib/qsoftmax_kernel_avx512.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Module Name:
multiplication kernels for x64 avx2.
--*/

#include "mlas.h"
#include "mlasi.h"

uint8_t reduce_max_u8_avx512(const uint8_t* data, size_t size) {
Expand Down

0 comments on commit 32a8c8c

Please sign in to comment.