Update Kokkos library in LAMMPS to v4.5.0
This commit is contained in:
@ -256,7 +256,7 @@ void run_single_scenario(const InfoType& scenario_info, std::size_t seq_ext,
|
||||
|
||||
{
|
||||
auto myrit = KE::search(exespace(), KE::cbegin(view), KE::cend(view),
|
||||
KE::cbegin(s_view), KE::cend(s_view), args...);
|
||||
KE::cbegin(s_view), KE::cend(s_view), args...);
|
||||
const auto mydiff = myrit - KE::cbegin(view);
|
||||
const auto stddiff = stdrit - KE::cbegin(view_h);
|
||||
ASSERT_EQ(mydiff, stddiff);
|
||||
|
||||
Reference in New Issue
Block a user