On this page
torch.cuda.get_device_name
torch.cuda.get_device_name(device=None)
[source]-
Gets the name of a device.
- Parameters:
-
device (torch.device or int, 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()
, ifdevice
isNone
(default). - Returns:
-
the name of the device
- Return type:
© 2024, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://pytorch.org/docs/1.13/generated/torch.cuda.get_device_name.html