From 65fe480c65fe8b9af160c73ecbbd7e64f7487869 Mon Sep 17 00:00:00 2001 From: HydrogenSulfate <490868991@qq.com> Date: Thu, 19 Sep 2024 20:46:43 +0800 Subject: [PATCH] add Paddle in index.rst --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 7c6b4b603..9d323726d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,7 +7,7 @@ regular Python functions and JIT compiles them to efficient kernel code that can Warp is designed for `spatial computing `_ and comes with a rich set of primitives that make it easy to write programs for physics simulation, perception, robotics, and geometry processing. In addition, Warp kernels -are differentiable and can be used as part of machine-learning pipelines with frameworks such as PyTorch and JAX. +are differentiable and can be used as part of machine-learning pipelines with frameworks such as PyTorch, JAX and Paddle. Below are some examples of simulations implemented using Warp: