Skip to content

Commit ad6c6f3

Browse files
committed
doc: added jax to installation.rst
1 parent 21e590b commit ad6c6f3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/source/installation.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,4 +540,14 @@ CuPy
540540
for GPU-accelerated computations. Since many different versions of CuPy exist (based on the
541541
CUDA drivers of the GPU), users must install CuPy prior to installing
542542
PyLops. To do so, follow their
543-
`installation instructions <https://docs.cupy.dev/en/stable/install.html>`__.
543+
`installation instructions <https://docs.cupy.dev/en/stable/install.html>`__.
544+
545+
546+
JAX
547+
---
548+
`JAX <http://JAX.readthedocs.io>`_ is another library that can be used as a drop-in replacement
549+
to NumPy and some parts of SciPy. It provides seamless support for multiple accelerators (e.g., GPUs, TPUs),
550+
Just-In-Time (JIT) compilation via Open XLA, and Automatic Differentiation. Similar to CuPy, since many
551+
different versions of JAX exist (based on the CUDA drivers of the GPU), users must install JAX prior
552+
to installing PyLops. To do so, follow their
553+
`installation instructions <https://jax.readthedocs.io/en/latest/installation.html#install-cpu>`__.

0 commit comments

Comments
 (0)