DLA-Future icon indicating copy to clipboard operation
DLA-Future copied to clipboard

Investigate throttling number of active algorithms ("unrolling factor")

Open msimberg opened this issue 2 years ago • 0 comments

Use some type of semaphore to limit the number of algorithms that can be scheduled concurrently instead of "unrolling" the full pipeline in one go. This may improve memory locality (with sequential tasks having higher likelihood of running immediately after each other).

msimberg avatar Jul 06 '23 09:07 msimberg