mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
38 lines
523 B
ReStructuredText
38 lines
523 B
ReStructuredText
.. _user-guides:
|
|
|
|
User guides are deeper dives into particular topics within JAX
|
|
that become relevant as your JAX project matures into a larger
|
|
or deployed codebases.
|
|
|
|
Debugging and Performance
|
|
=========================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
profiling
|
|
device_memory_profiling
|
|
debugging/index
|
|
|
|
|
|
Development
|
|
===========
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
jaxpr
|
|
notebooks/external_callbacks
|
|
type_promotion
|
|
pytrees
|
|
|
|
|
|
Run Time
|
|
========
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
aot
|
|
errors
|
|
transfer_guard |