Parallel Pipeline Scheduling Solver (PPSS) is a parallel pipeline scheduling solver using SMT solvers for efficient optimization of llm pipeline parallel training systems.
This project mainly contains two modules: simulator and painter.
The simulator module is mainly responsible for the simulation and optimization of parallel pipeline scheduling. It uses SMT solvers for efficient optimization.
The painter module is mainly responsible for presenting the output results of the simulator in a graphical form, making it easier for users to understand and analyze.
- Configure the parameters for the simulator and painter.
- Run the simulator for simulation and optimization of parallel pipeline scheduling.
- Use the painter to visualize the simulation results.