Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple array update in single context #6

Open
nushio3 opened this issue May 7, 2011 · 0 comments
Open

Multiple array update in single context #6

nushio3 opened this issue May 7, 2011 · 0 comments

Comments

@nushio3
Copy link
Owner

nushio3 commented May 7, 2011

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant