torch.xpu.init
- torch.xpu.init()[source]
Initialize PyTorch’s XPU state. This is a Python API about lazy initialization that avoids initializing XPU until the first time it is accessed. Does nothing if the XPU state is already initialized.
Initialize PyTorch’s XPU state. This is a Python API about lazy initialization that avoids initializing XPU until the first time it is accessed. Does nothing if the XPU state is already initialized.