torch.cpu.synchronize¶
- torch.cpu.synchronize(device=None)[source]¶
Waits for all kernels in all streams on the CPU device to complete.
- Parameters
device (torch.device or int, optional) – ignored, there’s only one CPU device.
N.B. This function only exists to facilitate device-agnostic code.