aclmdlFinalizeDump

Applicable Products

Product

Supported

Ascend 950PR/Ascend 950DT

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Function

Deinitializes dump.

This API needs to be used with other APIs to implement the following functions:

Prototype

1
aclError aclmdlFinalizeDump()

Parameters

None

Returns

0 on success; otherwise, failure. For details, see aclError.

Reference

Currently, the aclInit API is also provided. During initialization, the dump configuration is passed as a JSON configuration file to dump the app data at runtime. In this mode, aclInit can be called only once in a process. To change the dump configuration, modify the JSON configuration file.