End
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
x |
|
x |
Function
Calls the End function once to release Matmul computing resources to prevent computing resource conflicts among multiple Matmul objects when computation is switched among multiple Matmul objects.
Prototype
1 | __aicore__ inline void End() |
Parameters
None
Returns
None
Restrictions
None
Example
1 2 | mm.IterateAll(gm_c); mm.End(); |
Parent topic: Matmul Kernel APIs