aclrtDestroyStreamForce
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
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
aclError aclrtDestroyStreamForce(aclrtStream stream)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
stream |
Input |
Stream to destroy. |
Returns
0 on success; else, 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