Update Kokkos library in LAMMPS to v2.9.00
This commit is contained in:
@ -328,6 +328,8 @@ public:
|
||||
|
||||
parallel_for("Kokkos::Sort::Copy", Kokkos::RangePolicy<execution_space>(0,len),functor);
|
||||
}
|
||||
|
||||
Kokkos::fence();
|
||||
}
|
||||
|
||||
template<class ValuesViewType>
|
||||
|
||||
Reference in New Issue
Block a user