Forbid waiting in CUDA on a CPUEvents
Created by: lcw
The current implementation can lead to deadlocks without careful considerations. Until this CPU->CUDA synchronization can be done more robustly, we disable this type of waiting by default.
Created by: lcw
The current implementation can lead to deadlocks without careful considerations. Until this CPU->CUDA synchronization can be done more robustly, we disable this type of waiting by default.