Ross ROSS = Recommend OSS · open-source software intelligence for agents

NVlabs/cuda-oxide

cuda-oxide is an experimental Rust-to-CUDA compiler that lets you write (SIMT) GPU kernels in safe(ish), idiomatic Rust. It compiles standard Rust code directly to PTX — no DSLs, no foreign language bindings, just Rust. observed · 2026-08-28

github.com/NVlabs/cuda-oxide · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 87
  • Longevity 9

Flags: young

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 16.0
  • age_days: 133
  • days_rel: 84
  • days_push: 9
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

3097 stars · 243 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

cuda-oxide is an experimental rustc codegen backend that compiles Rust GPU kernels directly to CUDA PTX, letting you write SIMT device code in idiomatic Rust with no DSLs or foreign bindings. It includes device-side abstractions (shared memory, atomics, warp ops, TMA) and a host-side runtime for memory management and kernel launching.

Use cases

  • write cuda kernels in rust
  • compile rust to ptx
  • gpu programming without c++
  • single-source host and device code in rust
  • launch gpu kernels from rust
  • use tensor memory accelerator from rust
  • async gpu programming in rust

When to choose

  • you want to write GPU kernels in pure idiomatic Rust without DSLs or C++ bindings
  • you want host and device code in the same Rust source compiled with cargo
  • you need device-side features like shared memory, warp ops, clusters, or TMA from Rust
  • you're exploring the Rust GPU ecosystem and can tolerate alpha-quality software

When to avoid

  • you need a stable, production-ready CUDA toolchain — the project is an early alpha with API breakage
  • you need full CUDA feature coverage or mature tooling comparable to CUDA C++/nvcc
  • you don't use NVIDIA GPUs or Rust
  • you need guaranteed correctness for safety-critical workloads given the experimental safety model

Facets

library · maturity experimental

compiler gpu-computing sdk gpu-computing programming-languages compilers developer-tools rust cuda ptx rustc-backend simt kernels nvidia heterogeneous-computing no-dsl linux nvidia-gpu

2 sources

Member repositories

RepositoryRoleHealth v2
NVlabs/cuda-oxidemain77

For agents

markdown · JSON · MCP: product_card(name="NVlabs/cuda-oxide")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem