Skip to content

Commit 9734912

Browse files
authored
[HIP] Adds GTest Filter for Kokkos (#226)
This filters-out two tests that are currently failing.
1 parent 97d90b5 commit 9734912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

External/HIP/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ macro(create_hip_tests)
141141
)
142142
add_custom_target(build-kokkos DEPENDS TestKokkosHIP)
143143
ExternalProject_Get_Property(TestKokkosHIP BINARY_DIR)
144-
add_custom_target(test-kokkos COMMAND "ctest" WORKING_DIRECTORY "${BINARY_DIR}" DEPENDS build-kokkos)
144+
add_custom_target(test-kokkos ${CMAKE_COMMAND} -E env GTEST_FILTER=-hip.atomics:hip.bit_manip_bit_ceil "ctest" WORKING_DIRECTORY "${BINARY_DIR}" DEPENDS build-kokkos)
145145
endif()
146146

147147
if (EXTERNAL_HIP_TESTS_GINKGO)

0 commit comments

Comments
 (0)