torch.xpu.get_device_name — PyTorch 2.7 documentation (original) (raw)
Shortcuts
torch.xpu.get_device_name(device=None)[source][source]¶
Get the name of a device.
Parameters
device (torch.device or int or str, optional) – device for which to return the name. This function is a no-op if this argument is a negative integer. It uses the current device, given by current_device(), if device is None
(default).
Returns
the name of the device
Return type
To analyze traffic and optimize your experience, we serve cookies on this site. By clicking or navigating, you agree to allow our usage of cookies. As the current maintainers of this site, Facebook’s Cookies Policy applies. Learn more, including about available controls: Cookies Policy.