From f029fbd166f453df72d81bd7822e653b47c3351c Mon Sep 17 00:00:00 2001 From: Alex Long Date: Tue, 29 Oct 2024 14:37:08 -0600 Subject: [PATCH] Update src/interface/swarm_comms.cpp Co-authored-by: Ben Ryan --- src/interface/swarm_comms.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/interface/swarm_comms.cpp b/src/interface/swarm_comms.cpp index 3ae7781f1d51..7b236b6e4e1f 100644 --- a/src/interface/swarm_comms.cpp +++ b/src/interface/swarm_comms.cpp @@ -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()>(vectors_);