Shortcuts

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.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources