Update Kokkos library in LAMMPS to v4.3.0
This commit is contained in:
@ -166,6 +166,10 @@ void run_all_scenarios() {
|
||||
}
|
||||
|
||||
TEST(std_algorithms_copy_if_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, double>();
|
||||
run_all_scenarios<StridedTwoRowsTag, int>();
|
||||
run_all_scenarios<StridedThreeRowsTag, unsigned>();
|
||||
|
||||
Reference in New Issue
Block a user