Update Kokkos library in LAMMPS to v4.2
This commit is contained in:
@ -338,11 +338,6 @@ struct TestViewCudaTexture {
|
||||
};
|
||||
|
||||
TEST(cuda, impl_view_texture) {
|
||||
#if defined(KOKKOS_ENABLE_CUDA) && \
|
||||
defined(KOKKOS_COMPILER_NVHPC) // FIXME_NVHPC
|
||||
GTEST_SKIP()
|
||||
<< "Getting error_count of 1000 meaning all assertions are failing";
|
||||
#endif
|
||||
TestViewCudaTexture<Kokkos::CudaSpace>::run();
|
||||
TestViewCudaTexture<Kokkos::CudaUVMSpace>::run();
|
||||
}
|
||||
@ -407,11 +402,6 @@ void test_view_subview_const_randomaccess() {
|
||||
} // namespace issue_5594
|
||||
|
||||
TEST(cuda, view_subview_const_randomaccess) {
|
||||
#if defined(KOKKOS_ENABLE_CUDA) && \
|
||||
defined(KOKKOS_COMPILER_NVHPC) // FIXME_NVHPC (similar failure to
|
||||
// TestViewCudaTexture?)
|
||||
GTEST_SKIP() << "RandomAccess view not working on NVHPC?";
|
||||
#endif
|
||||
issue_5594::test_view_subview_const_randomaccess<Kokkos::Cuda,
|
||||
Kokkos::CudaSpace>();
|
||||
issue_5594::test_view_subview_const_randomaccess<Kokkos::Cuda,
|
||||
|
||||
Reference in New Issue
Block a user