Update Kokkos library in LAMMPS to v4.4.0

This commit is contained in:
Stan Moore
2024-09-11 09:20:36 -06:00
parent 16b19c71c1
commit a44955dd2e
254 changed files with 14227 additions and 9881 deletions

View File

@ -827,12 +827,6 @@ struct TestBitCastFunction {
}
}
#if defined(KOKKOS_ENABLE_CUDA) && \
defined(KOKKOS_COMPILER_NVHPC) // FIXME_NVHPC 23.7
if constexpr (std::is_same_v<Space, Kokkos::Cuda>) {
return;
}
#endif
struct S {
int i;