aclrtPersistentTaskClean

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

Clears tasks on the stream created with flag ACL_STREAM_PERSISTENT. This API is intended for scenarios where tasks are re-delivered while the streams created with this flag are not deleted.

Call aclrtCreateStreamWithConfig to create a stream with flag set to ACL_STREAM_PERSISTENT.

Prototype

aclError aclrtPersistentTaskClean(aclrtStream stream)

Parameters

Parameter

Input/Output

Description

stream

Input

Stream.

Returns

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