Rust-GPU / Rust-CUDA

Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
Apache License 2.0
2.97k stars 112 forks source link

nvrtc support? #84

Closed coreylowman closed 1 year ago

coreylowman commented 1 year ago

Will bindings or high level api be provided for nvrtc functions? Would be nice for JIT compiling .cu files into .ptx files and then passing result into Module::from_ptx

RDambrosio016 commented 1 year ago

Probably not, since it's a bit out of scope, but nvrtc is pretty small so it would not be very difficult