Update Kokkos library in LAMMPS to v4.1.0
This commit is contained in:
@ -147,12 +147,6 @@ void run_all_scenarios() {
|
||||
}
|
||||
|
||||
TEST(std_algorithms_all_any_none_of_test, test) {
|
||||
#if defined(KOKKOS_ENABLE_CUDA) && \
|
||||
defined(KOKKOS_COMPILER_NVHPC) // FIXME_NVHPC
|
||||
if constexpr (std::is_same_v<exespace, Kokkos::Cuda>) {
|
||||
GTEST_SKIP() << "FIXME wrong result";
|
||||
}
|
||||
#endif
|
||||
run_all_scenarios<DynamicTag, double>();
|
||||
run_all_scenarios<StridedTwoTag, int>();
|
||||
run_all_scenarios<StridedThreeTag, unsigned>();
|
||||
|
||||
Reference in New Issue
Block a user