ISAVersion#

class nvmath.device.ISAVersion(major: int, minor: int)[source]#

A namedtuple class that encapsulates the code version.

major#

The major code version.

Type:

int

minor#

The minor code version.

Type:

int