aclrtDestroyStreamForce

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

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

1
aclError aclrtDestroyStreamForce(aclrtStream stream)

Parameters

Parameter

Input/Output

Description

stream

Input

Stream to destroy. For details about the type definition, see aclrtStream.

Returns

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

Restrictions

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