-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add CCL ops to TTNN dialect (#700) #937
Conversation
looks really good! Can we get a reduce scatter .mlir file in this PR as well? and silicon test cases for both all gather and reduce scatter. Check: https://docs.tenstorrent.com/tt-mlir/ttrt.html#generate-a-flatbuffer-file-from-compiler |
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.
Looking great @gfengTT, good work.
0014b78
to
0cab785
Compare
501206d
to
006812d
Compare
006812d
to
d28c320
Compare
d28c320
to
406d04e
Compare
These ops are addead: - all_gather - reduce_scatter Also add all_gather as a TTIR op
406d04e
to
416d8ee
Compare
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.
runtime approve, thx for silicon test
Looks like |
@svuckovicTT Yes. #923 |
These ops are addead:
Also add all_gather as a TTIR op
Closed #700