Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
2467 Discussions

Does TBB RTL provide something similar to Context::Oversubscribe of Microsoft PPL?

Roman
Beginner
460 Views
I want to use something likeConcurrency::Context::Oversubscribe function in TBB powered application. Will you help me find the solution?
There is a demo of this function
0 Kudos
3 Replies
Alexey-Kukanov
Employee
460 Views
No, for now TBB does not have such control. We consider adding something like that into a future version.
0 Kudos
Roman
Beginner
460 Views
Will be this feature in next community preview version?
0 Kudos
Alexey-Kukanov
Employee
460 Views
No. It requires serious extension of the task scheduler, and will take time.
0 Kudos
Reply