forked from llvm-mirror/openmp
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
The child task management design needs to be improved.
The first implementation is done by checking the queued tasks from the current task to the end of the queue and free those tasks so we can assert that children tasks are completed before the parent one continues.
The future idea is to manage children tasks inside the task structure so each task will be able to check them directly without involving the thread structure
Metadata
Metadata
Assignees
Labels
No labels