aclrtDestroyStreamConfigHandle

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

x

Atlas A2 training products/Atlas A2 inference products

x

Atlas 200I/500 A2 inference products

x

Atlas inference products

x

Atlas training products

x

Description

Destroys data of the aclrtStreamConfigHandle type created by calling aclrtCreateStreamConfigHandle.

Prototype

aclError aclrtDestroyStreamConfigHandle(aclrtStreamConfigHandle *handle)

Parameters

Parameter

Input/Output

Description

handle

Input

Pointer to the aclrtStreamConfigHandle type to be destroyed.

Returns

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