Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denzp/rust-ptx-support
Experiments with achieving better ergonomics in Rust CUDA workflow
https://github.com/denzp/rust-ptx-support
cuda rust
Last synced: 3 months ago
JSON representation
Experiments with achieving better ergonomics in Rust CUDA workflow
- Host: GitHub
- URL: https://github.com/denzp/rust-ptx-support
- Owner: denzp
- License: mit
- Created: 2018-09-17T23:02:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T07:40:04.000Z (over 4 years ago)
- Last Synced: 2024-08-03T01:39:07.707Z (5 months ago)
- Topics: cuda, rust
- Language: Rust
- Size: 16.6 KB
- Stars: 10
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust PTX Support
[![Current Version](https://img.shields.io/crates/v/ptx-support.svg)](https://crates.io/crates/ptx-support)
[![Current Version](https://img.shields.io/crates/v/ptx-support-macros.svg)](https://crates.io/crates/ptx-support-macros)## ❗️ EXPERIMENTAL and 🛠 HIGHLY UNSTABLE
Please expect major changes in the APIs.## Ergonomics questions and missing features
- [x] [Safe `cuda_printf!` macro](examples/cuda-println/src/main.rs#L10)
- [x] Proper panic handler
- [x] Convinient block and thread accessors (still needs a discussion)
- [ ] Dynamic memory allocation (based on `malloc` / `free` syscalls)