codepy
codepy copied to clipboard
Generate and execute native code at run time, from Python
In addition to these changes, line 153 in toolchain.py throws “Type str doesn't support the buffer API”. It wasn't obvious to me what else needed to be cast as a...
Hi, So I'm a user of a package which depends on codepy (devitoproject.org). Since the compilations it generates can be quite slow (several minutes each), parallelism is obviously desirable if...
In this [discussion of using thrust with pycuda](http://pycuda.2962900.n2.nabble.com/PyCUDA-Compiling-thrust-code-in-pyCUDA-td7571922.html) a few years ago, it was stated that using multiple modules while creating both a Boost::Python module and cuda code was necessary...
Moving discussion of https://github.com/inducer/pycuda/issues/25 over here, where it should have been in the first place. The docs righly state that dynamic compilation and linking is now working on Windows. Is...
With [this change](https://github.com/inducer/codepy/blame/3a0492ee2f29e325a28ea8aa049714a873d10649/codepy/toolchain.py#L55) (repeated for each class in the file), bundled in the most recent PyPi release, it appears that all args for instantiating subclasses of `Toolchain` are now mandatory...