NVIDIA/warp
A Python framework for GPU-accelerated simulation, robotics, and machine learning. observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 96
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 29.0
- age_days: 1629
- days_rel: 27
- days_push: 7
- n_releases_24m: 27
Adoption not part of the score
7033 stars · 602 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
NVIDIA Warp is a Python framework that JIT-compiles regular Python functions into efficient CPU or CUDA GPU kernels. It provides differentiable primitives for physics simulation, robotics, geometry processing, and machine-learning pipelines with PyTorch, JAX, and Paddle.
Use cases
- simulate millions of particles on the GPU from Python
- write differentiable physics simulations for robotics
- accelerate geometry processing kernels with CUDA
- integrate custom GPU kernels into PyTorch or JAX training pipelines
- prototype tile-based GPU programs in Python
- run differentiable optimization like shape optimization or inverse problems
When to choose
- you need GPU-accelerated, differentiable simulation code written in Python
- you want custom CUDA-like kernels without writing C++/CUDA
- you're building robotics or physics ML pipelines needing gradients through simulation
When to avoid
- you only need general tensor math without simulation primitives (use NumPy or PyTorch)
- you need GPU acceleration on macOS (Warp supports CPU only there)
- your project requires non-NVIDIA GPU acceleration
Facets
framework · maturity active
machine-learning simulation gpu-computing compiler math machine-learning simulation robotics gpu-computing graphics python windows differentiable-programming jit-compilation physics-simulation kernels pytorch-integration jax-integration nvidia linux macos gpu cuda
2 sources
- readme: https://github.com/NVIDIA/warp · fetched 2026-08-28 · 701686645784
- homepage: https://nvidia.github.io/warp/stable/ · fetched 2026-08-29 · e7a50a07a58b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NVIDIA/warp | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem