mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 12:56:07 +00:00
[Pallas TPU] Add Pipelining and BlockSpecs documentation for Pallas TPU
This commit is contained in:
parent
fdbee314d3
commit
2f8d5cebff
@ -122,6 +122,7 @@ exclude_patterns = [
|
||||
# These are kept in sync using the jupytext pre-commit hook.
|
||||
'notebooks/*.md',
|
||||
'pallas/quickstart.md',
|
||||
'pallas/tpu/pipelining.md',
|
||||
'jep/9407-type-promotion.md',
|
||||
'jax-101/*.md',
|
||||
'autodidax.md',
|
||||
@ -211,6 +212,7 @@ nb_execution_excludepatterns = [
|
||||
'notebooks/autodiff_remat.*',
|
||||
# Requires accelerators
|
||||
'pallas/quickstart.*',
|
||||
'pallas/tpu/pipelining.*',
|
||||
]
|
||||
|
||||
# -- Options for HTMLHelp output ---------------------------------------------
|
||||
|
@ -7,8 +7,14 @@ This section contains tutorials, guides and examples for using Pallas.
|
||||
|
||||
.. toctree::
|
||||
:caption: Guides
|
||||
:maxdepth: 1
|
||||
:maxdepth: 2
|
||||
|
||||
design
|
||||
quickstart
|
||||
tpu
|
||||
|
||||
.. toctree::
|
||||
:caption: Platform Features
|
||||
:maxdepth: 2
|
||||
|
||||
tpu/index
|
||||
|
||||
|
10
docs/pallas/tpu/index.rst
Normal file
10
docs/pallas/tpu/index.rst
Normal file
@ -0,0 +1,10 @@
|
||||
Pallas TPU
|
||||
==========
|
||||
TPU specific documentation.
|
||||
|
||||
.. toctree::
|
||||
:caption: Guides
|
||||
:maxdepth: 2
|
||||
|
||||
details
|
||||
pipelining
|
671
docs/pallas/tpu/pipelining.ipynb
Normal file
671
docs/pallas/tpu/pipelining.ipynb
Normal file
File diff suppressed because one or more lines are too long
398
docs/pallas/tpu/pipelining.md
Normal file
398
docs/pallas/tpu/pipelining.md
Normal file
File diff suppressed because one or more lines are too long
@ -34,4 +34,8 @@ or deployed codebases.
|
||||
errors
|
||||
transfer_guard
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: Custom Operations
|
||||
|
||||
pallas/index
|
||||
|
Loading…
x
Reference in New Issue
Block a user