Shortcuts

torch.mtia.get_device_capability

torch.mtia.get_device_capability(device=None)[source]

Return capability of a given device as a tuple of (major version, minor version).

Parameters

device (torch.device or int, optional) – statistics for the current device, given by current_device(), if device is None (default).

Return type

Tuple[int, int]

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