pycuda
pycuda copied to clipboard
Can we update boost python to pybind11?
pybind11 is much better than boost, which many libraries has migrated to and is header only. https://github.com/pybind/pybind11
I'd like to do that, and I'd be happy to have help. Could you send a PR?
all right, i'm working on a thin wrapper for cuda using pybind11
TBH, changing the existing Boost.Python wrapper to use pybind11 should be much easier than starting from scratch. BPL and pybind11 are extremely similar.
Here are the relevant changes for PyOpenCL.
ok, ill check it out