pytorch / 2 / generated / torch.cpu.synchronize.html

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.

© 2024, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://pytorch.org/docs/2.1/generated/torch.cpu.synchronize.html