rocm_jax/docs/index.rst

105 lines
2.2 KiB
ReStructuredText
Raw Normal View History

JAX reference documentation
2021-02-12 17:03:53 -08:00
===========================
JAX is Autograd_ and XLA_, brought together for high-performance numerical computing and machine learning research.
It provides composable transformations of Python+NumPy programs: differentiate, vectorize,
parallelize, Just-In-Time compile to GPU/TPU, and more.
2022-12-01 15:38:38 -08:00
.. 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.
2019-09-30 11:00:02 -07:00
.. toctree::
:maxdepth: 1
2021-02-26 09:22:34 -08:00
:caption: Getting Started
2019-09-30 11:00:02 -07:00
installation
2019-09-30 11:00:02 -07:00
notebooks/quickstart
2021-01-26 12:08:37 -08:00
notebooks/thinking_in_jax
2021-02-26 09:22:34 -08:00
notebooks/Common_Gotchas_in_JAX
.. toctree::
:maxdepth: 1
2021-02-26 09:22:34 -08:00
jax-101/index
.. toctree::
:maxdepth: 2
debugging/index
.. toctree::
:maxdepth: 1
:caption: Reference Documentation
faq
async_dispatch
2022-09-02 07:46:21 -07:00
aot
jaxpr
notebooks/convolutions
pytrees
jax_array_migration
type_promotion
errors
transfer_guard
glossary
changelog
.. toctree::
:maxdepth: 1
:caption: Advanced JAX Tutorials
2021-02-26 09:22:34 -08:00
notebooks/autodiff_cookbook
multi_process
notebooks/Parallelism_with_JAX
2021-02-26 09:22:34 -08:00
notebooks/vmapped_log_probs
notebooks/neural_network_with_tfds_data
notebooks/Custom_derivative_rules_for_Python_code
2019-10-02 14:41:28 +02:00
notebooks/How_JAX_primitives_work
notebooks/Writing_custom_interpreters_in_Jax
notebooks/Neural_Network_and_Data_Loading
notebooks/xmap_tutorial
notebooks/external_callbacks
2019-09-30 11:00:02 -07:00
.. toctree::
:maxdepth: 1
:caption: Developer documentation
contributing
developer
jax_internal_api
autodidax
jep/index
.. toctree::
:maxdepth: 1
2019-09-30 11:00:02 -07:00
:caption: API documentation
jax
.. toctree::
:maxdepth: 1
:caption: Notes
api_compatibility
deprecation
concurrency
gpu_memory_allocation
profiling
device_memory_profiling
rank_promotion_warning
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. _Autograd: https://github.com/hips/autograd
.. _XLA: https://www.tensorflow.org/xla