torch.accelerator.set_device_index β PyTorch 2.7 documentation (original) (raw)
torch.accelerator.set_device_index(device, /)[source][source]ΒΆ
Set the current device index to a given device.
Parameters
device (torch.device, str, int) β a given device that must match the currentaccelerator device type.
Note
This function is a no-op if this device index is negative.