aclrtDestroyGroupInfo

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 products

Atlas training products

Description

Destroys aclrtGroupInfo and frees the related memory. Only data of the aclrtGroupInfo type created by using aclrtCreateGroupInfo can be destroyed.

This API cannot be called in the Ascend EP of Atlas inference products.

Prototype

aclError aclrtDestroyGroupInfo(aclrtGroupInfo *groupInfo)

Parameters

Parameter

Input/Output

Description

groupInfo

Input

Pointer to data of the aclrtGroupInfo type to destroy.

Returns

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