aclrtPersistentTaskClean
Applicability
Product |
Supported |
|---|---|
x |
|
x |
|
x |
|
x |
|
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.
Parent topic: Stream Management