Skip to content

Forbid waiting in CUDA on a CPUEvents

Churavy, Valentin requested to merge lcw/forbid_cpu_to_cuda_sync into master

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.

Merge request reports

Loading