All Articles Tagged task scheduler

Link/UrlTags
warning: leaked X task objects[Forums]
This warning seems undocumented. Could you explain its meaning?

Posted: 2011-12-06 12:52:55
task scheduler
task reference count[Forums]
Hi, I am new to tbb and am trying to understand the workings of tbb scheduler. I am still not convinced that I correctly understand the purpose of task reference count.I understand the following points-...

Posted: 2010-11-05 12:30:38
set_ref_count, task, Task based programming, task scheduler
small stack_size causes segfault ??[Forums]
Hello,I'm trying to learn TBB, and I wrote a pilot to better understand how the task scheduler works. I'm trying to do something probably unclever, however, I don't see why it should be illegal...

Posted: 2010-08-11 06:36:02
segfault, task scheduler, TBB
Per-working-thread data.[Forums]
Hello everyone!I work on application which uses D3D11 parallel rendering features. Concurent rendering in this API is based on system of device contexts, which consume resource objects and generate GPU...

Posted: 2009-12-23 03:08:26
directx 11, task scheduler
Task Priority In TBB[Forums]
Hi,How to implement a Long ,low priority task in TBB?In my application i have some process tasks ,and 1 very long task that sholud run in the bacground until finished.The long task should be in low...

Posted: 2009-10-13 07:35:10
Priority, task scheduler
Many Simultaneous Task Schedulers[Forums]
Though I'm getting great scalability within a single process (1 scheduler, 8 cores), it's also important to be able to start up multiple copies of the application.  In this case it appears that the TBB...

Posted: 2009-08-31 08:06:37
collision, scalability, task scheduler
Need help understanding thread pool architecture[Forums]
I'm willing to bet this has been answered many time in many forms but I could't find anything that helped me, neither in the documentation nor by searching this forum.The TBB docs are written from the...

Posted: 2009-06-22 14:42:39
task scheduler
Creating tasks from native threads[Forums]
Hello,We want to use the TBB task scheduler in conjuction with native threads, for a sub-problem in an application that is already threaded otherwise. In particular, we will have several native threads...

Posted: 2009-03-09 07:56:33
task scheduler
TBB Task Scheduler: Integrating Data Tasks for Data Parallelism (need help)[Forums]
I have spent the past semester researching how to combine data parallelism with TBB, so that TBB can offset data tasks to a GPU when available.  My work is nearly complete, and now I need to ask the TBB...

Posted: 2008-11-24 10:52:36
cuda, data parallelism, task scheduler