---
title: "Nvidia brings Rust to GPU kernel programming with CUDA Rust"
url: https://www.parallelquant.com/posts/nvidia-brings-rust-to-gpu-kernel-programming-with-cuda-rust-3e447a
source_name: "MarkTechPost"
source_url: https://www.marktechpost.com/2026/09/08/nvidia-announces-cuda-rust-with-cuda-oxide-simt-and-cutile-rs-tile-for-compile-time-safe-gpu-kernels/
published: 2026-09-08T19:51:54.000Z
topics: ["chips", "open source"]
publisher: "Parallel Quant"
---

# Nvidia brings Rust to GPU kernel programming with CUDA Rust

*2026-09-08 · Source: [MarkTechPost](https://www.marktechpost.com/2026/09/08/nvidia-announces-cuda-rust-with-cuda-oxide-simt-and-cutile-rs-tile-for-compile-time-safe-gpu-kernels/)*

Nvidia announced CUDA Rust, backed by two open-source NVlabs projects: cuda-oxide, which compiles SIMT kernels from Rust MIR through Pliron and LLVM to PTX, and cutile-rs, which JIT-compiles Tile kernels through CUDA Tile IR on stable Rust 1.89+.

**Why it matters:** Rust's compile-time memory safety guarantees could eliminate a class of GPU kernel bugs that are costly to debug at scale, and legitimizing Rust as a first-class CUDA language may draw more systems programmers into GPU/AI infrastructure work currently dominated by C++.

**Topics:** chips, open source

---
Read the original: https://www.marktechpost.com/2026/09/08/nvidia-announces-cuda-rust-with-cuda-oxide-simt-and-cutile-rs-tile-for-compile-time-safe-gpu-kernels/
Canonical: https://www.parallelquant.com/posts/nvidia-brings-rust-to-gpu-kernel-programming-with-cuda-rust-3e447a
Published by Parallel Quant — https://www.parallelquant.com
