Update Kokkos library in LAMMPS to v3.6.0

This commit is contained in:
Stan Gerald Moore
2022-05-05 11:44:47 -06:00
parent bd4bbbddbe
commit b79c0bc7b4
380 changed files with 41928 additions and 8786 deletions

View File

@ -71,9 +71,6 @@
#include <Kokkos_Macros.hpp>
#ifdef KOKKOS_ENABLE_IMPL_DESUL_ATOMICS
#ifdef KOKKOS_ENABLE_OPENMPTARGET
#define DESUL_HAVE_OPENMP_ATOMICS
#endif
#include <Kokkos_Atomics_Desul_Wrapper.hpp>
#include <Kokkos_Atomics_Desul_Volatile_Wrapper.hpp>
#include <impl/Kokkos_Utilities.hpp>
@ -146,8 +143,7 @@ KOKKOS_INLINE_FUNCTION T desul_atomic_compare_exchange(
#define KOKKOS_ENABLE_CUDA_ATOMICS
#elif defined(KOKKOS_ACTIVE_EXECUTION_MEMORY_SPACE_HIP_GPU) || \
defined(KOKKOS_IMPL_ENABLE_OVERLOAD_HOST_DEVICE)
#elif defined(KOKKOS_ENABLE_HIP)
#define KOKKOS_ENABLE_HIP_ATOMICS