GetProgramCounter
功能说明
获取程序计数器的指针,程序计数器用于记录当前程序执行的位置。
函数原型
1
|
__aicore__ inline int64_t GetProgramCounter() |
参数说明
无
返回值
返回int64类型的程序计数器指针。
支持的型号
Atlas推理系列产品AI Core
Atlas A2训练系列产品/Atlas 800I A2推理产品
约束说明
无
调用示例
1
|
int64_t pc = AscendC::GetProgramCounter(); |
父主题: 系统变量访问