Paraiso icon indicating copy to clipboard operation
Paraiso copied to clipboard

Multiple array update in single context

Open nushio3 opened this issue 13 years ago • 0 comments

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.

nushio3 avatar May 07 '11 10:05 nushio3