Dependency graph using continue_msg, but need limit on concurrency like function_node has #1406
Replies: 1 comment
-
Thanks for your question. Is there a reason why Regarding the example you shared, I will try to explain it in more details. In that example, the |
Beta Was this translation helpful? Give feedback.
-
Hi. I am using tbb to resolve a dependency graph using continue_msg. Working great, except that I need to be able to limit the number of concurrently executing node bodies like function_node can.
Is there a particular reason why continue_msg graphs don't have this capability? Did it just not come up yet, or is there a hard obstacle?
On a possibly/probably related note, I do not understand the example in https://oneapi-src.github.io/oneTBB/main/tbb_userguide/use_concurrency_limits.html and how function_node and continue_msg relate to each other in there.
Beta Was this translation helpful? Give feedback.
All reactions