arborx / ArborX

Performance-portable geometric search library
BSD 3-Clause "New" or "Revised" License
172 stars 35 forks source link

MLS tests need to be reenabled on HIP #1029

Open Rombur opened 6 months ago

Rombur commented 6 months ago

In https://github.com/arborx/ArborX/pull/1027, we disabled the MLS tests using HIP because Kokkos could not find an acceptable team size. We need to re-enable the tests once the root cause of the issue has been found.

aprokop commented 6 months ago

Related to kokkos/kokkos#6743