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