mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Merge pull request #13484 from google:index
PiperOrigin-RevId: 492323132
This commit is contained in:
commit
ed9519dadf
@ -5,6 +5,11 @@ JAX is Autograd_ and XLA_, brought together for high-performance numerical compu
|
||||
It provides composable transformations of Python+NumPy programs: differentiate, vectorize,
|
||||
parallelize, Just-In-Time compile to GPU/TPU, and more.
|
||||
|
||||
.. note::
|
||||
JAX 0.4.0 introduces new parallelism APIs, including breaking changes to :func:`jax.experimental.pjit` and a new unified ``jax.Array`` type.
|
||||
Please see `Parallelism with JAX <https://jax.readthedocs.io/en/latest/notebooks/Parallelism_with_JAX.html>`_ tutorial and the :ref:`jax-array-migration`
|
||||
guide for more information.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: Getting Started
|
||||
|
Loading…
x
Reference in New Issue
Block a user