Update Kokkos library in LAMMPS to v4.4.0
This commit is contained in:
@ -63,8 +63,7 @@ struct TestMathematicalConstants {
|
||||
|
||||
KOKKOS_FUNCTION void use_on_device() const {
|
||||
#if defined(KOKKOS_COMPILER_NVCC) || defined(KOKKOS_ENABLE_OPENMPTARGET) || \
|
||||
defined(KOKKOS_ENABLE_OPENACC) || \
|
||||
defined(KOKKOS_COMPILER_NVHPC) // FIXME_NVHPC 23.7
|
||||
defined(KOKKOS_ENABLE_OPENACC)
|
||||
take_by_value(Trait::value);
|
||||
#else
|
||||
(void)take_address_of(Trait::value);
|
||||
|
||||
Reference in New Issue
Block a user