inducer / pyopencl

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

fix compilation error with pybind 2.10 #586

Closed matthiasdiener closed 2 years ago

matthiasdiener commented 2 years ago

Fixes the compilation error in CI due to (I suspect) https://github.com/pybind/pybind11/pull/4008

matthiasdiener commented 2 years ago

This is ready for review @inducer

inducer commented 2 years ago

Thank you!