Rate this Page

torch.xpu.init#

torch.xpu.init()[source]#

Initialize PyTorch’s XPU state.This is a Python API about lazy initialization that avoids initializingXPU until the first time it is accessed. Does nothing if the XPU state isalready initialized.