Function: get_thread_last_task_id
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the ID of the last task delivered by the current thread.
Prototype
- C Prototype
1aclError aclrtGetThreadLastTaskId(uint32_t *taskId)
- Python Function
1task_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. |
Parent topic: Execution Control