You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: