Show HN: cuTile Rust: Safe, data-race-free GPU kernels in Rust
Summary
cuTile Rust is a tile-based system for writing memory-safe, data-race-free GPU kernels in Rust. It extends Rust’s ownership model across the GPU launch boundary, compiling kernels via CUDA Tile IR and supporting both synchronous and asynchronous execution. The project is early-stage and invites community feedback and contributions.