Velocity-Bench
Velocity-Bench copied to clipboard
Add wait() after memcpy in copyParticleVault_d2h()
In copyParticleVault_d2h() the memcpy into a local variable did not have a wait after it. This meant it may not be complete by the time it is used as an input in the next mempcpy(). This has shown failures when using OpenCL under DPCPP.