ComputeCapability#
-
class nvmath.
device. ComputeCapability(major: int, minor: int, arch: str = '')[source]# A namedtuple class that encapsulates the major and minor compute capability.
- arch#
An optional string representing the GPU accelerated architecture. Must be either empty or one of ‘f’ (for Family), ‘a’ (for Architecture).
- Type: