pycuda icon indicating copy to clipboard operation
pycuda copied to clipboard

Can we update boost python to pybind11?

Open daleydeng opened this issue 6 years ago • 5 comments

pybind11 is much better than boost, which many libraries has migrated to and is header only. https://github.com/pybind/pybind11

daleydeng avatar Apr 27 '19 09:04 daleydeng

I'd like to do that, and I'd be happy to have help. Could you send a PR?

inducer avatar Apr 28 '19 19:04 inducer

all right, i'm working on a thin wrapper for cuda using pybind11

daleydeng avatar May 03 '19 04:05 daleydeng

TBH, changing the existing Boost.Python wrapper to use pybind11 should be much easier than starting from scratch. BPL and pybind11 are extremely similar.

inducer avatar May 03 '19 19:05 inducer

Here are the relevant changes for PyOpenCL.

inducer avatar May 03 '19 19:05 inducer

ok, ill check it out

daleydeng avatar May 04 '19 08:05 daleydeng