NVIDIA AI Just Released cuda-oxide: An Experimental Rust-to-CUDA Compiler Backend that Compiles SIMT GPU Kernels Directly to PTX
By Michal Sutter
NVIDIA AI released cuda-oxide, an experimental compiler backend that allows developers to write CUDA GPU kernels in standard Rust, compiling directly to PTX without requiring C/C++ or domain-specific languages. This bridges Rust's memory safety and tooling ecosystem with NVIDIA's GPU programming model.