Skip to content
Commit ce8228be authored by Lurch's avatar Lurch
Browse files

Improvements and bug-fixes:

- Moved all constant NVRTC compiler configuration from DynamicSourceModule.add_source_nvrtc() to constructor of NvrtcCompiler
- Added support for NVRTC in-memory header files
- Added support to let the PyCUDA user create and preconfigure a NvrtcCompiler instance and pass it to add_source_nvrtc()
- Added argument "exports" to constructor of DynamicSourceModule, triggers NVRTC compilation instead of NVCC
- Fixed C++ buffer handling
parent 6075cad0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment