Skip to main content

device_synchronize

Function device_synchronize 

Source
pub fn device_synchronize() -> Result<()>
Expand description

Block the calling host thread until all work on the current device has completed. Equivalent to cudaDeviceSynchronize.