CUDA-Oxide 0.2 Brings Early Improvements To Pure Rust CUDA Kernels NVIDIA released CUDA-Oxide 0.2, the second update to its experimental Rust-to-CUDA compiler, incorporating 37 pull requests from 23 contributors. The new version enables Rust GPU programs to function as single self-contained executables and adds capabilities to improve kernel functionality, trustworthiness, and interoperability with CUDA Tile. CUDA-Oxide 0.2 Brings Early Improvements To Pure Rust CUDA Kernels Last month CUDA-Oxide 0.2 is the new version today and builds off their initial open-source code drop now with 37 pull requests from 23 contributors. This new version now makes it so a Rust GPU program is a single self-contained executable. There are also new capabilities added for making these Rust CUDA kernels more functional. CUDA-Oxide 0.2 also brings improvements to ensure the kernels are more trustworthy, greater interoperability with CUDA Tile, and better upstream alignment with LLVM. Downloads and more details on today's CUDA-Oxide 0.2 release from NVIDIA can be found at CUDA-Oxide was introduced as an experimental Rust-to-CUDA compiler https://www.phoronix.com/news/NVIDIA-CUDA-Oxide-0.1 . From pure Rust programming language code, one can write CUDA GPU kernels in a "safe ish " manner with the CUDA-Oxide compiler emitting NVIDIA PTX output directly. Out today is the second update to CUDA-Oxide.CUDA-Oxide 0.2 is the new version today and builds off their initial open-source code drop now with 37 pull requests from 23 contributors. This new version now makes it so a Rust GPU program is a single self-contained executable. There are also new capabilities added for making these Rust CUDA kernels more functional. CUDA-Oxide 0.2 also brings improvements to ensure the kernels are more trustworthy, greater interoperability with CUDA Tile, and better upstream alignment with LLVM. Downloads and more details on today's CUDA-Oxide 0.2 release from NVIDIA can be found at