Function: destroy_stream_force
C Prototype |
aclError aclrtDestroyStreamForce(aclrtStream stream) |
|---|---|
Python Function |
ret = acl.rt.destroy_stream_force(stream) |
Function Usage |
Destroys a stream created by the acl.rt.create_stream or acl.rt.create_stream_with_config call. If an unfinished task exists in the stream, the stream is forcibly destroyed without waiting for the task to complete. |
Input Description |
stream: int, pointer address of the stream to be destroyed. |
Return Value |
ret: int, error code.
|
Restrictions |
When calling this API to destroy a specified stream, ensure that the stream is in the current context. |
Parent topic: Streams Management