Function: destroy_stream

Description

Destroys a stream created by the acl.rt.create_stream or acl.rt.create_stream_with_config call. If there are unfinished tasks on the stream, the stream is destroyed after the tasks are complete.

Prototype

  • C Prototype
    1
    aclError aclrtDestroyStream(aclrtStream stream)
    
  • Python Function
    1
    ret = acl.rt.destroy_stream(stream)
    

Parameters

Parameter

Description

stream

Int, pointer address of the stream to be destroyed.

Return Value

Return Value

Description

ret

Int, error code. 0 on success; else, failure.

Restrictions

Reference

For details about the API call sequence and examples, see Runtime Resource Allocation and Deallocation and Synchronous Wait.