https://haojian.github.io/DSC102SP24/static_files/presentations/9DataParallelismReplication.pdf

Execution Optimization Tradeoffs

Common practices

Hybrid Parallelism

Task vs Data-Parallelism have pros and cons

Best of both worlds: run task-par on sharded data

Screen Shot 2024-05-29 at 3.36.33 PM.png

Screen Shot 2024-05-29 at 3.36.48 PM.png

Screen Shot 2024-05-29 at 3.36.59 PM.png

Screen Shot 2024-05-29 at 3.35.52 PM.png

Review