Add support for JIT linking #9
Labels
Intermediate
Intermediate difficulty. May require knowledge of CUDA (or reading the Driver API docs)
New CUDA Feature
Expose a new CUDA feature through RustaCUDA
CUDA provides the ability to link together different modules at runtime. It's pretty niche, but it is there so we should expose it through RustaCUDA.
See the Module module
The text was updated successfully, but these errors were encountered: