missing broadcast handling in initialize workload
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 184
- Avg merge
- 13h 4m
- Merged PRs (30d)
- 1
Description
Hi, thanks for this great open-source project.
I have noticed that the simulator skips the broadcast collective ops in my workloads. When I looked at the Workload.cc file ( lines 1134 - end ) in the initialize_workload function, it seems that there is a parser for each type of collective except broadcast. Is that intentionally? if yes, can you please explain why?
Thanks in advance
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 in Workload.cc at lines 1134 through the end of initialize_workload, and compare the existing parsers for each collective operation. Trace how broadcast operations are represented in the workload input and confirm that completed handling causes them to be included rather than skipped.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100