Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)