aclprofDestroyStepInfo

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

Destroys data of the aclprofStepInfo type created by the aclprofCreateStepInfo call.

Restrictions

  • Use this API together with the aclprofCreateStepInfo API. Call aclprofCreateStepInfo first and then aclprofDestroyStepInfo.
  • If the same aclprofStepInfo pointer repeatedly calls the aclprofDestroyStepInfo API, an error indicating that the memory is freed repeatedly is reported.

Prototype

1
void aclprofDestroyStepInfo(aclprofStepInfo* stepinfo)

Parameters

Parameter

Input/Output

Description

stepinfo

Input

Step information. Call aclprofCreateStepInfo to create data of the aclprofStepInfo type in advance.