@@ -45,17 +45,6 @@ interpolate(ExecutionSpace const &space, SourceValues const &source_values,
4545
4646BOOST_AUTO_TEST_CASE_TEMPLATE (mls_coefficients, DeviceType, ARBORX_DEVICE_TYPES)
4747{
48- // FIXME_HIP: the CI fails with:
49- // fatal error: in "mls_coefficients_edge_cases<Kokkos__Device<Kokkos__HIP_
50- // Kokkos__HIPSpace>>": std::runtime_error: Kokkos::Impl::ParallelFor/Reduce<
51- // HIP > could not find a valid team size.
52- // The error seems similar to https://github.com/kokkos/kokkos/issues/6743
53- #ifdef KOKKOS_ENABLE_HIP
54- if (std::is_same_v<typename DeviceType::execution_space, Kokkos::HIP>)
55- {
56- return ;
57- }
58- #endif
5948 using ExecutionSpace = typename DeviceType::execution_space;
6049 using MemorySpace = typename DeviceType::memory_space;
6150 ExecutionSpace space{};
@@ -137,17 +126,6 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(mls_coefficients, DeviceType, ARBORX_DEVICE_TYPES)
137126BOOST_AUTO_TEST_CASE_TEMPLATE (mls_coefficients_edge_cases, DeviceType,
138127 ARBORX_DEVICE_TYPES)
139128{
140- // FIXME_HIP: the CI fails with:
141- // fatal error: in "mls_coefficients_edge_cases<Kokkos__Device<Kokkos__HIP_
142- // Kokkos__HIPSpace>>": std::runtime_error: Kokkos::Impl::ParallelFor/Reduce<
143- // HIP > could not find a valid team size.
144- // The error seems similar to https://github.com/kokkos/kokkos/issues/6743
145- #ifdef KOKKOS_ENABLE_HIP
146- if (std::is_same_v<typename DeviceType::execution_space, Kokkos::HIP>)
147- {
148- return ;
149- }
150- #endif
151129 using ExecutionSpace = typename DeviceType::execution_space;
152130 using MemorySpace = typename DeviceType::memory_space;
153131 ExecutionSpace space{};
0 commit comments