[Pallas TPU] Add Pipelining and BlockSpecs documentation for Pallas TPU

This commit is contained in:
Sharad Vikram 2024-02-27 14:19:35 -08:00
parent fdbee314d3
commit 2f8d5cebff
7 changed files with 1093 additions and 2 deletions

View File

@ -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 ---------------------------------------------

View File

@ -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
View File

@ -0,0 +1,10 @@
Pallas TPU
==========
TPU specific documentation.
.. toctree::
:caption: Guides
:maxdepth: 2
details
pipelining

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -34,4 +34,8 @@ or deployed codebases.
errors
transfer_guard
.. toctree::
:maxdepth: 1
:caption: Custom Operations
pallas/index