Skip to content

Allow CPU and CUDA kernels to wait on each other

Churavy, Valentin requested to merge lcw/cpu_cuda_dependencies into master

Created by: lcw

This allows the event system to be used to coordinate work done on the host with work done on the device.

Merge request reports

Loading