End
Function Description
The End function must be called after the matrix multiplication using Matmul within a single core is complete.
Prototype
1 | __aicore__ inline void End() |
Parameters
None
Returns
None
Availability
Precautions
None
Example
1 2 | mm.IterateAll(gm_c); mm.End(); |
Parent topic: Matmul