Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chichieinstein/rustycuda
Bridge for generic manipulations of C-ABI compliant Rust types on GPU.
https://github.com/chichieinstein/rustycuda
Last synced: 3 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T05:21:26.000Z (about 1 year ago)
- Last Synced: 2024-08-04T02:06:43.748Z (6 months 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-triton-hpc - chichieinstein/rustycuda
- awesome-cuda-triton-hpc - chichieinstein/rustycuda
- awesome-rust-list - 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.