small scripts I use to teach myself about pallas
For a good introduction into pipelining see this link
For the python programs related to pipelining see the pipelining
folder.
The order the python programs should be read is
naive_add_kernel.py
add_with_blocks.py
add_with_blocks_performance_boost.py
reduce_sum_one_dim_grid.py
reduce_sum_three_dim_grid.py
This guide is not completed.
Thanks to Googles TRC team for providing the ressources to use modern TPUs.