cuda-api-wrappers icon indicating copy to clipboard operation
cuda-api-wrappers copied to clipboard

Allow using cuda::wait(my_event)

Open eyalroz opened this issue 3 years ago • 0 comments

synchronize() is not an intuitive-enough verb regarding what to do with an event. We should suppose cuda::wait(my_event) - similarly to how we chan enqueue uusing wait(my_event) on a steam.

eyalroz avatar Sep 09 '22 16:09 eyalroz