Update Kokkos library in LAMMPS to v4.4.0
This commit is contained in:
@ -59,7 +59,7 @@ struct TestFunctorA {
|
||||
m_distancesView(myRowIndex) = resultDist;
|
||||
});
|
||||
}
|
||||
#if not defined KOKKOS_ENABLE_OPENMPTARGET
|
||||
#ifndef KOKKOS_ENABLE_OPENMPTARGET
|
||||
else if (m_apiPick == 2) {
|
||||
using value_type = typename ViewType::value_type;
|
||||
auto it =
|
||||
@ -169,7 +169,7 @@ void run_all_scenarios() {
|
||||
}
|
||||
|
||||
TEST(std_algorithms_min_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