https://github.com/chichieinstein/rustycuda
Bridge for generic manipulations of C-ABI compliant Rust types on GPU.
https://github.com/chichieinstein/rustycuda
Last synced: 6 months ago
JSON representation
Bridge for generic manipulations of C-ABI compliant Rust types on GPU.
- Host: GitHub
- URL: https://github.com/chichieinstein/rustycuda
- Owner: chichieinstein
- Created: 2023-12-23T05:27:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T05:21:26.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T02:06:43.748Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cuda-and-hpc - chichieinstein/rustycuda
- awesome-rust-list - chichieinstein/rustycuda
README
### 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.