Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 293 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 293 Bytes

rustycuda

This repo contains simple convenience functions to allocate, and deallocate arrays on GPU. The main point is that these CUDA operations are completely generic, and therefore, this repo can be used in situations where generic handling of Rust types is required on the CUDA side.