Paraiso
Paraiso copied to clipboard
Multiple array update in single context
At the moment, a Context is created to update a single array, thus in one context only one array is written to. But in fact, multiple writes are possible as long as they are independent (one write do not depend on the result of another write.)
Have graph dependency analysis and update multiple writes in single context. This will increase the performance of GPU kernels.