Function: destroy_stream

Applicability

Product

Supported (√/x)

Atlas A3 training products / Atlas A3 inference products

Atlas A2 training products / Atlas A2 inference products

Atlas training products

Atlas inference products

Atlas 200I/500 A2 inference products

Function Usage

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)
    

Parameter Description

Parameter

Description

stream

Int, pointer address of the stream to be destroyed.

Return Value Description

Return Value

Description

ret

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

Restrictions

Reference

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