cuda.core.system.NvlinkInfo#

class cuda.core.system.NvlinkInfo(Device device: Device, int link: int)#

Nvlink information for a device.

Methods

__init__(*args, **kwargs)#

Attributes

state#

Retrieves the state of the device’s NvLink for the device and link specified.

For Pascal &tm; or newer fully supported devices.

For all products with NvLink support.

Return type:

True if the NvLink is active, False otherwise.

version#

Retrieves the NvLink version for the device and link.

For all products with NvLink support.

Return type:

The NvLink version.