From 7a7499ae8445e497d77f7febe44b3162b68f648a Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Mon, 27 Jan 2020 13:48:50 -0800 Subject: remove synchronize call which should not be needed on this branch --- Source/Particles/PhysicalParticleContainer.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source/Particles/PhysicalParticleContainer.cpp') diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index aca9ab3d4..1430df6a0 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -1102,9 +1102,6 @@ PhysicalParticleContainer::FieldGather (int lev, costarr(i,j,k) += wt; }); } - // synchronize avoids cudaStreams from over-writing the temporary arrays used to - // store positions - Gpu::synchronize(); } } } -- cgit v1.2.3