Function: get_thread_last_task_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 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()
    

Parameters

None

Return Value

Return Value

Description

taskId

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

ret

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