Nvidia has released an experimental Rust-to-CUDA compiler called cuda-oxide, which allows developers to write GPU kernels in Rust. The compiler translates Rust code into PTX, which can be executed on NVIDIA GPUs. This project aims to provide a safe and idiomatic way to write GPU code in Rust, leveraging the language's type system and ownership model. The compiler is still in its early stages, with a v0.1.0 release available for testing and feedback.