Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add complete support for Unified Memory #12

Open
bheisler opened this issue Nov 25, 2018 · 0 comments
Open

Add complete support for Unified Memory #12

bheisler opened this issue Nov 25, 2018 · 0 comments
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

Comments

@bheisler
Copy link
Owner

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

@bheisler bheisler added New CUDA Feature Expose a new CUDA feature through RustaCUDA Bigger Project A larger project, typically involving designing a safe, Rust-y wrapper around a CUDA api concept. labels Nov 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant