Skip to content

Commit

Permalink
Update src/interface/swarm_comms.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Ryan <bryan10@illinois.edu>
  • Loading branch information
alexrlongne and brryan authored Oct 29, 2024
1 parent feafba6 commit f029fbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interface/swarm_comms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ void Swarm::LoadBuffers_() {
vbswarm->particle_size = particle_size;
const int nneighbor = pmb->neighbors.size();
// Fence to make sure particles aren't currently being transported locally
// TODO(BRR) do this operation on device.
pmb->exec_space.fence();

auto &int_vector = std::get<getType<int>()>(vectors_);
Expand Down

0 comments on commit f029fbd

Please sign in to comment.