Add complete support for Unified Memory #12
Labels
Bigger Project
A larger project, typically involving designing a safe, Rust-y wrapper around a CUDA api concept.
New CUDA Feature
Expose a new CUDA feature through RustaCUDA
Right now, RustaCUDA only supports very basic usage of Unified Memory, but CUDA provides a complex API for pre-fetching data to a particular device, advising the driver about which device will use a range of data, and so on. RustaCUDA should expose this section of the API.
Unified Addressing
The text was updated successfully, but these errors were encountered: