Function: get_thread_last_task_id

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

Obtains the ID of the last task delivered by the current thread.

Prototype

  • C Prototype
    1
    aclError aclrtGetThreadLastTaskId(uint32_t *taskId)
    
  • Python Function
    1
    task_id, ret = acl.rt.get_thread_last_task_id()
    

Parameter Description

None.

Return Value Description

Return Value

Description

taskId

Unsigned int, task ID. ID of the last task delivered by the current thread. The task here indicates the one delivered by the stream explicitly created by the user.

ret

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