rocm_jax/docs/user_guides.rst

47 lines
840 B
ReStructuredText
Raw Normal View History

.. _user-guides:
User guides
2023-03-30 14:39:25 -07:00
===========
2023-02-10 14:17:15 -08:00
User guides are deeper dives into particular topics within JAX
2023-03-26 17:21:35 -07:00
that become relevant as your JAX project matures into larger
2023-02-10 14:17:15 -08:00
or deployed codebases.
.. toctree::
:maxdepth: 1
:caption: Debugging and performance
notebooks/thinking_in_jax
profiling
device_memory_profiling
2023-02-10 14:17:15 -08:00
debugging/index
gpu_performance_tips
persistent_compilation_cache
2023-02-10 14:17:15 -08:00
.. toctree::
:maxdepth: 1
:caption: Interfaces
2023-02-10 14:17:15 -08:00
pytrees
errors
2023-02-10 14:17:15 -08:00
aot
export/index
type_promotion
2023-03-26 17:21:35 -07:00
transfer_guard
2023-08-02 18:11:48 -07:00
.. toctree::
:maxdepth: 1
:caption: Custom operations
notebooks/external_callbacks
pallas/index
ffi
.. toctree::
:caption: Example applications
:maxdepth: 1
notebooks/neural_network_with_tfds_data
notebooks/Neural_Network_and_Data_Loading
notebooks/vmapped_log_probs