Skip to content

Commit

Permalink
[Windows] Fix building tests
Browse files Browse the repository at this point in the history
    This PR fix building of tests on windows

    **Self-evaluation:**
    1. Build test: [X]Passed [ ]Failed [ ]Skipped
    2. Run test:   [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Grzegorz Kisala <[email protected]>
  • Loading branch information
gkisalapl committed Mar 6, 2025
1 parent 6da3c1f commit 0631fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nntrainer/tensor/cpu_backend/x86/avx2_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <cmath>
#include <cstdint>
#include <immintrin.h>
#include <limits>

namespace nntrainer::avx2 {

Expand Down

0 comments on commit 0631fd2

Please sign in to comment.