End

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference product's AI Core

Atlas inference product's Vector Core

x

Atlas training products

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();