aclrtDestroyStreamForce
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
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.
Parent topic: Stream Management