Home
last modified time | relevance | path

Searched refs:TagCommMigrateUnpackParticles (Results 1 – 2 of 2) sorted by relevance

/dports/science/sparta/sparta-20Oct2021/src/KOKKOS/
H A Dcomm_kokkos.cpp216 …Kokkos::parallel_for(Kokkos::RangePolicy<DeviceType, TagCommMigrateUnpackParticles<1,0> >(0,nrecv)… in migrate_particles()
218 …Kokkos::parallel_for(Kokkos::RangePolicy<DeviceType, TagCommMigrateUnpackParticles<0,0> >(0,nrecv)… in migrate_particles()
225 …Kokkos::parallel_for(Kokkos::RangePolicy<DeviceType, TagCommMigrateUnpackParticles<1,1> >(0,nrecv)… in migrate_particles()
227 …Kokkos::parallel_for(Kokkos::RangePolicy<DeviceType, TagCommMigrateUnpackParticles<0,1> >(0,nrecv)… in migrate_particles()
264 void CommKokkos::operator()(TagCommMigrateUnpackParticles<NEED_ATOMICS,HAVE_CUSTOM>, const int &ire… in operator ()()
H A Dcomm_kokkos.h30 struct TagCommMigrateUnpackParticles{}; struct
46 void operator()(TagCommMigrateUnpackParticles<NEED_ATOMICS,HAVE_CUSTOM>, const int&) const;