ISAVersion#

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

A namedtuple class that encapsulates the code version.

major#

The major code version.

Type:

int

minor#

The minor code version.

Type:

int