Skip to content

Commit

Permalink
SIMD: split simd unit tests into separate files (kokkos#6278)
Browse files Browse the repository at this point in the history
* Split SIMD tests into individual unit test files

* Fixed macro guards

* Removed unnecessary structure for testing with all data types for
tests that do not utilize it.
  • Loading branch information
ldh4 committed Aug 3, 2023
1 parent 23870b3 commit 140e42c
Show file tree
Hide file tree
Showing 9 changed files with 1,099 additions and 860 deletions.
2 changes: 2 additions & 0 deletions simd/unit_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
KOKKOS_INCLUDE_DIRECTORIES(${KOKKOS_SOURCE_DIR}/simd/unit_tests/include)

KOKKOS_ADD_EXECUTABLE_AND_TEST(
UnitTest_SIMD
SOURCES
Expand Down

0 comments on commit 140e42c

Please sign in to comment.