Update Kokkos library in LAMMPS to v4.2
This commit is contained in:
@ -108,12 +108,6 @@ TEST(TEST_CATEGORY, host_shared_ptr_dereference_on_device) {
|
||||
static_cast<T*>(Kokkos::kokkos_malloc<MemorySpace>(sizeof(T))),
|
||||
[](T* p) { Kokkos::kokkos_free<MemorySpace>(p); });
|
||||
|
||||
#if defined(KOKKOS_ENABLE_CUDA) && \
|
||||
defined(KOKKOS_COMPILER_NVHPC) // FIXME_NVHPC
|
||||
if constexpr (std::is_same_v<TEST_EXECSPACE, Kokkos::Cuda>) {
|
||||
GTEST_SKIP() << "FIXME wrong result";
|
||||
}
|
||||
#endif
|
||||
check_access_stored_pointer_and_dereference_on_device(device_ptr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user