How does SimAI implement PP scheduling?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 184
- Avg merge
- 13h 4m
- Merged PRs (30d)
- 1
Description
How does SimAI think about PP scheduling? And how to avoid PP during NCCL initialization?
NCCL initialization code:
https://github.com/aliyun/SimAI/blob/master/astra-sim-alibabacloud/astra-sim/system/Sys.cc#L293
https://github.com/aliyun/SimAI/blob/master/astra-sim-alibabacloud/astra-sim/system/Sys.cc#L298
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the NCCL initialization references in astra-sim-alibabacloud/astra-sim/system/Sys.cc at lines 293 and 298, then trace how pipeline-parallel scheduling is represented around that entry point. A useful resolution would explain SimAI's PP scheduling model and document whether and how PP can be avoided during NCCL initialization.
Written by the indexing model from the issue text.
Assessment
- Domain
- distributed-systems
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100