Part Number: EVMK2H
Hello everyone,
I'm offloading a parallel program to the DSPs using the tasking model provided by OpenMP and I have observed slightly performance variation when creating more than 240 tasks. Apparently it seems this is maximum number of events that the event queue can keep, after that the task become included and is executed by the core in change of creating the tasks. I was just wondering if there is a way to increase this limit to a greater number. I already have some knowledge in how to rebuild the OpenMP runtime so it won't be a problem in case it is possible to make such a change.
Thanks