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

static __new__(_cls, major: int, minor: int)#

Create new instance of ISAVersion(major, minor)