inducer / pyopencl

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

Array: check that queues match #668

Open inducer opened 1 year ago

inducer commented 1 year ago

For now, we typically grab the queue from the first input.

Multiple scenarios:

This would have to come with a deprecation period. We probably want to restrict this checking to __debug__ mode.