Skip to content

Commit

Permalink
Update rfcs/proposed/task_group_dynamic_dependencies/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksei Fedotov <[email protected]>
  • Loading branch information
vossmjp and aleksei-fedotov authored Dec 4, 2024
1 parent 87ff28a commit ebb2b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/proposed/task_group_dynamic_dependencies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ users. Recursive parallel algorithms are one of the primary cases that we want
our task_group extension to cover.

The key capability required for recursive decomposition is the ability to
create work while executing a task and insert this newly create work before
create work while executing a task and insert this newly created work before
the (perhaps already submitted) successors of the currently executing task.
As a simple example, consider a merge sort. As shown in the figure that
follows, the top-level algorithm breaks a collection into two pieces and
Expand Down

0 comments on commit ebb2b7f

Please sign in to comment.