codepy
codepy copied to clipboard
NVCC can compile Boost::Python modules
In this discussion of using thrust with pycuda a few years ago, it was stated that using multiple modules while creating both a Boost::Python module and cuda code was necessary because nvcc couldn't handle boost.
I can now compile a simple Boost::Python module together with pycuda code, as seen in this gist.
It might be possible to simplify cuda.py now?
Sure. I'd be happy to take a patch.