This hub answers two questions. Driving a GPU from Rust is the older half, where the maintained wrappers live; the whole pre-2022 generation below them is dead, and is listed only so you stop finding it first.

Writing the kernel itself in Rust is the newer half, and it is moving in the open: a 2026 paper describes GPU compilation built into rustc and the LLVM backends rather than bolted beside themSource 1: arXiv 2608.13759, and NVIDIA publishes two Rust kernel tracks of its own while saying both are early-stage and neither is production-readySource 2: NVIDIA Developer Blog. Promising, and not yet something to stand on.

  1. arXiv 2608.13759, 2026-08-13 Back to reference 1 in the text
  2. NVIDIA Developer Blog, 2026-09-08 — the vendor, limiting its own product Back to reference 2 in the text