VOOZH about

URL: https://www.phoronix.com/news/NVIDIA-CUDA-Oxide-0.1

⇱ NVIDIA Releases CUDA-Oxide 0.1 For Experimental Rust-To-CUDA Compiler - Phoronix


👁 Phoronix

NVIDIA Releases CUDA-Oxide 0.1 For Experimental Rust-To-CUDA Compiler

Written by Michael Larabel in NVIDIA on 8 May 2026 at 10:17 AM EDT. 16 Comments
A new NVIDIA Labs project is greatly improving the capabilities of using the Rust programming language for developing CUDA kernels for NVIDIA GPUs.

CUDA-Oxide 0.1 released on Thursday as the inaugural release of this experimental Rust-to-CUDA compiler for writing SIMT GPU kernels in a "safe(ish)" manner using the Rust programming language. CUDA-Oxide takes standard Rust code and emits directly to the NVIDIA PTX format.

CUDA-Oxide is designed by NVIDIA engineers for single-source compilation, device-side abstractions, and a Rust-native compilation pipeline using a custom rusc compiler back-end.

👁 CUDA Oxide logo


While currently experimental, this new open-source project is a big step-up for those wanting to deal with CUDA from native Rust code.
"cuda-oxide is an experimental compiler that demonstrates how CUDA SIMT kernels can be written natively in pure Rust -- no DSLs, no foreign language bindings -- and made available to the broader Rust community. The project is in an early stage (alpha) and under active development: you should expect bugs, incomplete features, and API breakage as we work to improve it. That said, we hope you'll try it in your own work and help shape its direction by sharing feedback on your experience."

Those interested in learning more about CUDA-Oxide or trying out the inaugural v0.1 release can do so via the NVLabs project on GitHub.

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.