aclrtDestroyStreamForce

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 a stream created by the aclrtCreateStream or aclrtCreateStreamWithConfig call. If an unfinished task exists in the stream, the stream is forcibly destroyed without waiting for the task to complete.

Prototype

aclError aclrtDestroyStreamForce(aclrtStream stream)

Parameters

Parameter

Input/Output

Description

stream

Input

Stream to destroy.

Returns

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

Restrictions

When calling this API to destroy a specified stream, ensure that the stream is in the current context.