torch.accelerator.set_device_idx#
- torch.accelerator.set_device_idx(device, /)[source]#
 Set the current device index to a given device.
- Parameters
 device (
torch.device, str, int) – a given device that must match the current accelerator device type.
Note
This function is a no-op if this device index is negative.