Skip to content

Switch Kokkos atomic functions to use desul library

Kenneth Moreland requested to merge kmorel/vtk-m:kokkos-atomics-fix into master

Kokkos 4 switches from their interal library based off of desul to using desul directly. This removes VTK-m's dependency on the Kokkos internal implementation (Kokkos::Impl) to using desul directly.

Merge request reports