Velocity-Bench icon indicating copy to clipboard operation
Velocity-Bench copied to clipboard

Add wait() after memcpy in copyParticleVault_d2h()

Open coldav opened this issue 7 months ago • 0 comments

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.

coldav avatar Jun 11 '25 08:06 coldav