aclrtPersistentTaskClean
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
☓ |
|
☓ |
|
☓ |
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
1 | aclError aclrtPersistentTaskClean(aclrtStream stream) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
stream |
Input |
Stream. For details about the type definition, see aclrtStream. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Stream Management