-
Notifications
You must be signed in to change notification settings - Fork 44
add reference impl of gemm-reducescatter #58
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
base: main
Are you sure you want to change the base?
Conversation
Will look beginning of week, looks very good from the first glance! |
- {"world_size": 8, "m": 8192, "n": 8192, "k": 28672, "seed": 1536} | ||
|
||
|
||
benchmarks: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add various different shapes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shapes definition updated.
cc @S1ro1 @msaroufim to have a review |
This PR included reference kernel for Gemm-ReduceScatter.