Skip to content

Reply To: Multi GPUs Calculation

Due to recent bot attacks, newly registered users are required to send a message via our contact form in order to be able to post in the forum.
#7675
Adrian
Keymaster

gpu::cuda::device::synchronize is not a MPI function (wrapper). It only synchronizes the default CUDA execution stream to the CPU one.

You may still be correct that this is not needed anymore in the current version of the code but this is separate from MPI concerns. The execution is synchronized implicitly on any processing context switch in any case.