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
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
changed the title
Better array event management
Array event management: Support concurrent operations
Jan 11, 2018
Array.concurrent_view()
which creates a view with a copy of the.events
list.Array.join_concurrent_view()
to re-join those control flows.The text was updated successfully, but these errors were encountered: