NVIDIA Warp Documentation#

Warp is a Python framework for GPU-accelerated simulation, robotics, and machine learning. Warp takes regular Python functions and JIT compiles them to efficient kernel code that can run on the CPU or GPU.

Warp comes with a rich set of primitives for physics simulation, robotics, geometry processing, and more. Warp kernels are differentiable and can be used as part of machine-learning pipelines with frameworks such as PyTorch, JAX and Paddle.

_images/header.jpg

Quickstart#

Install Warp from PyPI:

$ pip install warp-lang

For conda, nightly builds, CUDA 13 builds, building from source, and driver requirements, see Installation.