Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksei Fedotov <aleksei.fedotov@intel.com>
  • Loading branch information
isaevil and aleksei-fedotov authored Dec 6, 2024
1 parent 9ebc108 commit aac492f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/proposed/parallel_block_for_task_arena/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Let's consider the semantics that an API for explicit parallel phases can provid
* Indicates the point from which the scheduler can use a hint and keep threads in the arena
for longer.
* Serves as a warm-up hint to the scheduler:
* Allows reducing computation start delays by initationg the wake-up of worker threads
* Allows reducing delays of computation start by initiating the wake-up of worker threads
in advance.
* "Parallel phase" itself:
* Scheduler can implement different policies to retain threads in the arena.
Expand Down

0 comments on commit aac492f

Please sign in to comment.