下载
中文
注册

GetSubBlockNum

功能说明

获取AI Core上Vector核的数量。

函数原型

1
__aicore__ inline int64_t GetSubBlockNum()

参数说明

返回值

返回int64类型的Vector核数量。

支持的型号

Atlas A2 训练系列产品/Atlas 800I A2 推理产品

约束说明

调用示例

1
int64_t subBlockNum = AscendC::GetSubBlockNum();