inducer / pyopencl

OpenCL integration for Python, plus shiny features
http://mathema.tician.de/software/pyopencl
Other
1.04k stars 238 forks source link

Array event management: Support concurrent operations #219

Open inducer opened 6 years ago

inducer commented 6 years ago
inducer commented 6 years ago

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.