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

does rust-cuda support cuMemAllocHost? #119

Open alfie-nsugh opened 7 months ago

alfie-nsugh commented 7 months ago

I have cuda c++ code, but I want to port it to Rust at some point it uses code such as cuMemAllocHost so I wanted to know if this feature is also supported using this Rust library or not.