GetSubBlockIdx(ISASI)
Function Usage
Obtains the ID of the vector core on the AI Core.
Prototype
1 | __aicore__ inline int64_t GetSubBlockIdx() |
Parameters
None
Returns
Returns the vector core ID of the int64 type.
Availability
Constraints
None
Example
1 | int64_t subBlockID = AscendC::GetSubBlockIdx(); |
Parent topic: System Variable Access