Skip to content

Commit

Permalink
[deprecated code 3] remove all default device init tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Oct 18, 2023
1 parent 3490ec1 commit e6c51df
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 824 deletions.
9 changes: 0 additions & 9 deletions core/unit_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1167,15 +1167,6 @@ KOKKOS_ADD_TEST( NAME CoreUnitTest_StackTraceTest
)
endif()

if(Kokkos_ENABLE_DEPRECATED_CODE_3)
foreach(INITTESTS_NUM RANGE 1 18)
KOKKOS_ADD_EXECUTABLE_AND_TEST(
CoreUnitTest_DefaultInit_${INITTESTS_NUM}
SOURCES UnitTestMain.cpp default/TestDefaultDeviceTypeInit_${INITTESTS_NUM}.cpp
)
endforeach(INITTESTS_NUM)
endif()

if (KOKKOS_ENABLE_HWLOC)
KOKKOS_ADD_EXECUTABLE_AND_TEST(
CoreUnitTest_HWLOC
Expand Down

0 comments on commit e6c51df

Please sign in to comment.