cuda-api-wrappers
cuda-api-wrappers copied to clipboard
Allow using cuda::wait(my_event)
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.