You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request Azure#3 from Azure/binyli/refactory
Refactor msccl-tools code.
- Add regression test which compares generated results between current commit and main branch
- For rank_dag.py, change it to instruciton_dag.py. Add base class `InstructionDAG` with common functions. Some msccl related function move to `MscclInstructionDAG` class
- Refactor ir.py. Move common types to types.py
- Format some file with black
0 commit comments