Moderators: jromang, tomb, zcott, coordinators

jeanphi wrote:Let's try the parallel API, there are obvious use cases for it, and we could even try to use it for more stuff (like the imaging pipeline). Doesn't TBB allow thread control by tweaking the scheduler?


jeanphi wrote:Hi,
I think that setting the maximum number of threads is ok, if the library thinks it needs less, so be it. If it performs poorly in the end, lets make our own, but I think it'll be easier to take an existing code base.
Jeanphi

guibou wrote:- TBB can only limit the number of threads between task. It means that we'll have to wait for the end of a task to change the number of threads. (or we can do something ugly and I have an ugly idea
- TBB does not know how to pause a computation, but I have another idea.




Return to Architecture & Design
Users browsing this forum: No registered users and 1 guest