rocm_jax/docs/index.rst
George Necula 75c2236063 Addressed comments for the Colab.
* Cleaned up use of section levels
* Renamed ma to multiply_add and sq_add to square_add
* Other minor clarifications
* Separated the Colabs into Tutorials and Advanced Tutorials
2019-10-03 11:20:04 +02:00

47 lines
813 B
ReStructuredText

JAX reference documentation
===============================
Composable transformations of Python+NumPy programs: differentiate, vectorize,
JIT to GPU/TPU, and more.
For an introduction to JAX, start at the
`JAX GitHub page <https://github.com/google/jax>`_.
.. toctree::
:maxdepth: 1
:caption: Tutorials
notebooks/quickstart
notebooks/autodiff_cookbook
.. toctree::
:maxdepth: 1
:caption: Advanced Tutorials
notebooks/Common_Gotchas_in_JAX
notebooks/How_JAX_primitives_work
.. toctree::
:maxdepth: 1
:caption: Notes
async_dispatch
concurrency
gpu_memory_allocation
profiling
rank_promotion_warning
.. toctree::
:maxdepth: 3
:caption: API documentation
jax
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`