rocm_jax/docs/advanced_guide.rst

34 lines
708 B
ReStructuredText
Raw Normal View History

.. _advanced_guide:
Advanced guides
===============
This section contains examples and tutorials on more advanced topics,
such as multi-core computation, automatic differentiation, and custom
operations.
.. toctree::
:caption: Parallel computation
:maxdepth: 1
notebooks/Distributed_arrays_and_automatic_parallelization
2025-03-13 11:54:52 -04:00
notebooks/explicit-sharding
2024-01-08 13:12:04 -08:00
notebooks/shard_map
multi_process
2024-05-10 20:36:17 +00:00
distributed_data_loading
.. toctree::
:caption: Automatic differentiation
:maxdepth: 1
notebooks/autodiff_cookbook
notebooks/Custom_derivative_rules_for_Python_code
2023-02-22 09:26:43 -08:00
notebooks/autodiff_remat
.. toctree::
:caption: Deep dives
:maxdepth: 1
2023-02-22 09:26:43 -08:00
notebooks/convolutions
2024-08-18 19:24:44 -07:00
xla_flags