kokkos / kokkos-kernels

Kokkos C++ Performance Portability Programming Ecosystem: Math Kernels - Provides BLAS, Sparse BLAS and Graph Kernels
Other
313 stars 98 forks source link

Replace atomic_{inc, dec}[rement] #2386

Closed dalg24 closed 1 month ago

dalg24 commented 1 month ago

In anticipation of atomic_increment() and atomic_decrement() getting deprecated

If you do not like this, it is not too late to object before https://github.com/kokkos/kokkos/pull/7458 gets merged

lucbv commented 1 month ago

@dalg24 please signoff your commit: git rebase HEAD~1 --signoff

dalg24 commented 1 month ago

@dalg24 please signoff your commit: git rebase HEAD~1 --signoff

Done. Sorry I forgot to do that.

lucbv commented 1 month ago

No worries, I guess we don't need to wait for the deprecation in Kokkos Core since the new public APIs are already available...