CUDA-oxide: Nvidia's official Rust to CUDA compiler
Summary
CUDA-oxide is an experimental Rust-to-CUDA compiler from Nvidia Labs that translates safe, idiomatic Rust directly into PTX. The project provides a comprehensive book/documentation, an early alpha status (v0.1.0) with expected bugs, and a Quick Start example showing how to write and run a simple GPU kernel. It emphasizes a Rust-first approach to GPU programming, offering architecture details and on-device compilation workflows.