aclrtDestroyGroupInfo

The Atlas 200/300/500 Inference Product does not support this API.

The Atlas Training Series Product does not support this API.

Description

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

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.