Rate this Page
★★★★★
torch.xpu.synchronize#
- torch.xpu.synchronize(device=None)[source]#
Wait for all kernels in all streams on a XPU device to complete.
- Parameters
device (torch.device orint,optional) – device for which to synchronize.It uses the current device, given by
current_device(),ifdeviceisNone(default).
On this page