codepy icon indicating copy to clipboard operation
codepy copied to clipboard

NVCC can compile Boost::Python modules

Open kazimuth opened this issue 8 years ago • 1 comments

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?

kazimuth avatar Apr 04 '17 14:04 kazimuth

Sure. I'd be happy to take a patch.

inducer avatar Apr 04 '17 16:04 inducer