Update Kokkos library in LAMMPS to v4.4.0
This commit is contained in:
@ -66,7 +66,7 @@ struct TestFunctorA {
|
||||
m_distancesView(myRowIndex, 1) = resultDist2;
|
||||
});
|
||||
}
|
||||
#if not defined KOKKOS_ENABLE_OPENMPTARGET
|
||||
#ifndef KOKKOS_ENABLE_OPENMPTARGET
|
||||
else if (m_apiPick == 2) {
|
||||
using value_type = typename ViewType::value_type;
|
||||
auto itPair =
|
||||
@ -188,7 +188,7 @@ void run_all_scenarios() {
|
||||
}
|
||||
|
||||
TEST(std_algorithms_minmax_element_team_test, test) {
|
||||
#if not defined KOKKOS_ENABLE_OPENMPTARGET
|
||||
#ifndef KOKKOS_ENABLE_OPENMPTARGET
|
||||
run_all_scenarios<DynamicTag, int>();
|
||||
run_all_scenarios<StridedTwoRowsTag, double>();
|
||||
run_all_scenarios<StridedThreeRowsTag, int>();
|
||||
|
||||
Reference in New Issue
Block a user