We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d90b5 commit 9734912Copy full SHA for 9734912
External/HIP/CMakeLists.txt
@@ -141,7 +141,7 @@ macro(create_hip_tests)
141
)
142
add_custom_target(build-kokkos DEPENDS TestKokkosHIP)
143
ExternalProject_Get_Property(TestKokkosHIP BINARY_DIR)
144
- add_custom_target(test-kokkos COMMAND "ctest" WORKING_DIRECTORY "${BINARY_DIR}" DEPENDS build-kokkos)
+ 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)
145
endif()
146
147
if (EXTERNAL_HIP_TESTS_GINKGO)
0 commit comments