arborx / ArborX

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

Prefer atomic_inc to atomic_increment #1183

Closed aprokop closed 1 month ago

aprokop commented 1 month ago

Per kokkos/kokkos#7449 (comment) atomic_increment might get deprecated in favor of atomic_inc

Oh, sorry, I misunderstood, and thought it was the other way around.