aclrtDestroyStreamConfigHandle

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

The Atlas Training Series Product does not support this API.

Description

Destroys data of the aclrtStreamConfigHandle type created by the aclrtCreateStreamConfigHandle call.

Prototype

aclError aclrtDestroyStreamConfigHandle(aclrtStreamConfigHandle *handle)

Parameters

Parameter

Input/Output

Description

handle

Input

Pointer to the aclrtStreamConfigHandle type to be destroyed.

Returns

The value 0 indicates success, and other values indicate failure. For details, see aclError.