GetProgramCounter(ISASI)

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

x

Atlas inference product AI Core

Atlas inference product Vector Core

x

Atlas training product

x

Function Usage

Obtains the pointer to the program counter, which is used to record the current program execution position.

Prototype

1
__aicore__ inline int64_t GetProgramCounter()

Parameters

None

Returns

Program counter of the int64_t type.

Constraints

None

Example

1
int64_t pc = AscendC::GetProgramCounter(); // Obtain the program counter.