[shard-map] add user tutorial

This commit is contained in:
Matthew Johnson 2024-01-08 13:12:04 -08:00
parent ba10775eda
commit 8b219d5f7b
4 changed files with 3339 additions and 0 deletions

View File

@ -18,6 +18,7 @@ This section contains examples and tutorials on more advanced topics, such as Mu
multi_process
notebooks/Distributed_arrays_and_automatic_parallelization
notebooks/shard_map
notebooks/xmap_tutorial
.. toctree::

View File

@ -209,6 +209,7 @@ nb_execution_excludepatterns = [
'notebooks/xmap_tutorial.*',
'notebooks/Distributed_arrays_and_automatic_parallelization.*',
'notebooks/autodiff_remat.*',
'notebooks/shard_map.*',
# Requires accelerators
'pallas/quickstart.*',
]

File diff suppressed because one or more lines are too long

1373
docs/notebooks/shard_map.md Normal file

File diff suppressed because one or more lines are too long