NVIDIA Announces CUDA Rust with cuda-oxide (SIMT) and cutile-rs (Tile) for Compile-Time-Safe GPU Kernels
2026-09-09 03:51Models🔥 42.2 heat score
1sources
1days unfolding
42.2heat score
5mentions
SummaryAI generated
NVIDIA announced the launch of CUDA Rust, aimed at filling the gap in directly writing GPU kernels in Rust. The project consists of two open-source sub-projects: cuda-oxide and cutile-rs. Both utilize Rust’s ownership rules to reject alias errors during compilation. cuda-oxide is in the early Alpha stage, relying on the Nightly toolchain and requiring a specific Linux environment; cutile-rs has been published on crates.io and supports stable Rust 1.89+ versions, and is currently used by Hugging Face Grout and mistral.rs. NVIDIA recommends that developers use the Tile model for better performance, while the SIMT model is used for explicit thread control. Additionally, both projects support cross-language interoperability, without restricting developers from using C++ or Python.