Skip to content

Commit

Permalink
Don't confuse sequential composability case with parallel_pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Isaev, Ilya <[email protected]>
  • Loading branch information
isaevil committed Dec 4, 2024
1 parent 8b5ac48 commit f92893f
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 @@ -18,7 +18,7 @@ However, the new behavior is not the perfect match for all the scenarios:
in an unpredictable pattern and/or durations.
* If oneTBB is used in composable scenarios it is not behaving as
a good citizen consuming CPU resources.
* For example, if an application builds a pipeline where oneTBB is used for one stage
* For example, if an application runs a series of stages where oneTBB is used for one stage
and OpenMP is used for a subsequent stage, there is a chance that oneTBB workers will
interfere with OpenMP threads. This interference might result in slight oversubscription,
which in turn might lead to underperformance.
Expand Down

0 comments on commit f92893f

Please sign in to comment.