[Pallas] Add pallas distributed computation tutorial
1
docs/_static/pallas/distributed/all_gather.svg
vendored
Normal file
After Width: | Height: | Size: 58 KiB |
1
docs/_static/pallas/distributed/race_condition.svg
vendored
Normal file
After Width: | Height: | Size: 101 KiB |
1
docs/_static/pallas/distributed/rdma_recv.svg
vendored
Normal file
After Width: | Height: | Size: 63 KiB |
1
docs/_static/pallas/distributed/rdma_send.svg
vendored
Normal file
After Width: | Height: | Size: 64 KiB |
1
docs/_static/pallas/distributed/rdma_start.svg
vendored
Normal file
After Width: | Height: | Size: 63 KiB |
1
docs/_static/pallas/distributed/reduce_scatter_1.svg
vendored
Normal file
After Width: | Height: | Size: 46 KiB |
1
docs/_static/pallas/distributed/reduce_scatter_2.svg
vendored
Normal file
After Width: | Height: | Size: 64 KiB |
1
docs/_static/pallas/distributed/reduce_sum_1.svg
vendored
Normal file
After Width: | Height: | Size: 18 KiB |
1
docs/_static/pallas/distributed/reduce_sum_2.svg
vendored
Normal file
After Width: | Height: | Size: 94 KiB |
@ -125,6 +125,7 @@ exclude_patterns = [
|
||||
'notebooks/*.md',
|
||||
'pallas/quickstart.md',
|
||||
'pallas/tpu/pipelining.md',
|
||||
'pallas/tpu/distributed.md',
|
||||
'jep/9407-type-promotion.md',
|
||||
'autodidax.md',
|
||||
'sharded-computation.md',
|
||||
@ -212,6 +213,7 @@ nb_execution_excludepatterns = [
|
||||
# Requires accelerators
|
||||
'pallas/quickstart.*',
|
||||
'pallas/tpu/pipelining.*',
|
||||
'pallas/tpu/distributed.*',
|
||||
'sharded-computation.*'
|
||||
]
|
||||
|
||||
|
1743
docs/pallas/tpu/distributed.ipynb
Normal file
1527
docs/pallas/tpu/distributed.md
Normal file
@ -8,3 +8,4 @@ TPU specific documentation.
|
||||
|
||||
details
|
||||
pipelining
|
||||
distributed
|
||||
|