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

Array event management: Support concurrent operations #219

Open
inducer opened this issue Jan 11, 2018 · 1 comment
Open

Array event management: Support concurrent operations #219

inducer opened this issue Jan 11, 2018 · 1 comment

Comments

@inducer
Copy link
Owner

inducer commented Jan 11, 2018

  • Add Array.concurrent_view() which creates a view with a copy of the .events list.
  • Add Array.join_concurrent_view() to re-join those control flows.
@inducer
Copy link
Owner Author

inducer commented Jan 11, 2018

Concurrent access to a single buffer is ill-formed in OpenCL 1, but allowed with fine- and coarse-grain SVM in OpenCL 2. So this is only relevant after #220.

@inducer inducer changed the title Better array event management Array event management: Support concurrent operations Jan 11, 2018
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