计算能力# class nvmath.device.ComputeCapability(major, minor)[source]# 一个命名元组类,封装了主计算能力和次计算能力。 major# 主计算能力。 类型: int minor# 次计算能力。 类型: int