Add support for CUDA arrays #10
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
CUDA supports complex strided, multidimensional arrays when performing memory transfers. I'm not really sure what they're used for or how they work, but RustaCUDA should support them.
It may also be nice to support copying to/from ndarray, if that's feasible.
See the Memory module for more.
The text was updated successfully, but these errors were encountered: