Function: stream_get_id

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

Atlas inference product

Atlas 200I/500 A2 inference product

Description

Obtains the ID of a specified stream.

Prototype

  • C Prototype
    1
    aclError aclrtStreamGetId(aclrtStream stream, int32_t *streamId)
    
  • Python Function
    1
    stream_id, ret = acl.rt.stream_get_id(stream)
    

Parameters

Parameter

Description

stream

Int, pointer address of the specified stream. If 0 is passed, the default stream will be operated.

Return Value

Return Value

Description

stream_id

Int, stream ID.

ret

Int, 0 on success; else, failure.