Skip to content

Commit

Permalink
add simde avx512 reduction tests for ndarray
Browse files Browse the repository at this point in the history
  • Loading branch information
alifahrri committed Oct 29, 2023
1 parent 77726a6 commit d583a2b
Show file tree
Hide file tree
Showing 2 changed files with 3,208 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/simde/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ if (NMTOOLS_SIMDE_TEST_AVX512)
set(NMTOOLS_SIMDE_TEST_SOURCES ${NMTOOLS_SIMDE_TEST_SOURCES}
avx512/reduction_ufuncs.cpp
avx512/reduction_2d.cpp
avx512/reduction_nd.cpp
)
endif (NMTOOLS_SIMDE_TEST_REDUCTION)
if (NMTOOLS_SIMDE_TEST_MATMUL)
Expand Down
Loading

0 comments on commit d583a2b

Please sign in to comment.