inducer / pyopencl

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

elwise: support more shapes for binary ops #687

Closed matthiasdiener closed 7 months ago

matthiasdiener commented 1 year ago

Looking for feedback - I'm not sure this approach is viable (e.g., due to potential issues with contiguity).

inducer commented 1 year ago

Pyopencl arrays don't do proper broadcasting, see #681.