Function: destroy_stream_force

Description

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.

Prototype

  • C Prototype
    1
    aclError aclrtDestroyStreamForce(aclrtStream stream)
    
  • Python Function
    1
    ret = acl.rt.destroy_stream_force(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

When calling this API to destroy a specified stream, ensure that the stream is in the current context.