Update Kokkos library in LAMMPS to v3.6.0
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user