acldumpGetPath

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Description

Obtains the dump data path so that you can save the customized maintenance and test data to this path.

Before calling this API, initialize the dump function by calling aclmdlInitDump and configure dump information by calling aclmdlSetDump or aclInit.

Prototype

1
const char* acldumpGetPath(acldumpType dumpType)

Parameters

Parameter

Input/Output

Description

dumpType

Input

Dump type. For details about the type definition, see acldumpType.

Returns

Returned dump path. If a null pointer is returned, no dump path is found.