Update Kokkos library in LAMMPS to v4.3.0
This commit is contained in:
@ -186,6 +186,10 @@ void run_all_scenarios() {
|
||||
}
|
||||
|
||||
TEST(std_algorithms_unique_copy_team_test, test) {
|
||||
// FIXME_OPENMPTARGET
|
||||
#if defined(KOKKOS_ENABLE_OPENMPTARGET) && defined(KOKKOS_ARCH_INTEL_GPU)
|
||||
GTEST_SKIP() << "the test is known to fail with OpenMPTarget on Intel GPUs";
|
||||
#endif
|
||||
run_all_scenarios<DynamicTag, int>();
|
||||
run_all_scenarios<StridedTwoRowsTag, int>();
|
||||
run_all_scenarios<StridedThreeRowsTag, int>();
|
||||
|
||||
Reference in New Issue
Block a user