-
Notifications
You must be signed in to change notification settings - Fork 19
[Benchmark] Add all reduce benchmark #393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
joydddd
wants to merge
1
commit into
main
Choose a base branch
from
joydddd/stack/21
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+642
−0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
joydddd
added a commit
that referenced
this pull request
Jul 29, 2025
stack-info: PR: #393, branch: joydddd/stack/21
8a962c5
to
8c301ef
Compare
This was referenced Jul 29, 2025
Merged
Use custom cpp Benchmarking results for allreduce on 8x devices. (time_us)
Now our performance gap between Helion & Kraken only exist for shape >= 512k where optimal config uses persistent kernel with partial SMs + pre-log. |
8c301ef
to
331d20a
Compare
331d20a
to
bcdadde
Compare
bcdadde
to
8c18c05
Compare
8c18c05
to
1defd16
Compare
joydddd
added a commit
that referenced
this pull request
Aug 5, 2025
stack-info: PR: #393, branch: joydddd/stack/21
5330da4
to
95ae805
Compare
95ae805
to
f8d3763
Compare
f8d3763
to
4d1ff3b
Compare
08b4196
to
19105c5
Compare
joydddd
added a commit
that referenced
this pull request
Aug 5, 2025
stack-info: PR: #393, branch: joydddd/stack/21
4d1ff3b
to
80dd2ea
Compare
80dd2ea
to
616a327
Compare
616a327
to
2a5733b
Compare
2a5733b
to
ec22ee1
Compare
3df55a1
to
6651ba5
Compare
joydddd
added a commit
that referenced
this pull request
Aug 8, 2025
stack-info: PR: #393, branch: joydddd/stack/21
ec22ee1
to
644b641
Compare
644b641
to
b0040f7
Compare
stack-info: PR: #393, branch: joydddd/stack/21
b0040f7
to
fc8be32
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Stacked PRs:
[Benchmark] Add all reduce benchmark