This repo contains examples of configuration and workflow arrangement script that could be used with ParaGraph.
The script installs paragraph-core, paragraph-creator, hlo-bridge, and hlo-examples to the folder one level above the script.
For example, if you have this repository under ~/dev/paragraph-sim/paragraph-scripts
, it will install all the tools under ~/dev/paragraph-sim
, so it will contain:
~/dev/paragraph-sim/hlo-bridge
~/dev/paragraph-sim/hlo-examples
~/dev/paragraph-sim/paragraph-core
~/dev/paragraph-sim/paragraph-creator
~/dev/paragraph-sim/paragraph-scripts
This script can be used to reproduce experiments from ParaGraph paper sections 4.1 and 4.2. See reproducibility readme. To see helpline with information about flags and how to use it, type
./paragraph_paper_result_generation.py --help
This folder contains examples of supersim configs to use with ParaGraph. In particular, these configs can be used for ParaGraph paper results reproducibility.
This folder contains several examples of translation configs for various ring and torus based topologies using different all-reduce
algorithms.