-
Notifications
You must be signed in to change notification settings - Fork 106
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
Xuncai/all gather fixes #17155
Xuncai/all gather fixes #17155
Conversation
dfc4c8b
to
e5564d4
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.
Do you know if there are any tests you can add along with the PR? Is there one from model team that is usable?
I think it would be better if I add the test along with my CCL minimal pr? So that these specific CCL shapes can be added. |
### Ticket This PR fixes two issues exposed when integrating ccl async to TG llama: - Program caching does not handle input tensor specs properly - All gather does not handle subdevice properly ### Checklist - [x] Post commit CI passes: https://github.com/tenstorrent/tt-metal/actions/runs/13059537328 - [x] TG Nightly: https://github.com/tenstorrent/tt-metal/actions/runs/13059546044 - [x] TG unit frequent: https://github.com/tenstorrent/tt-metal/actions/runs/13059554924 - [x] T3K: https://github.com/tenstorrent/tt-metal/actions/runs/13059564134 --------- Co-authored-by: avoraTT <[email protected]>
### Ticket This PR fixes two issues exposed when integrating ccl async to TG llama: - Program caching does not handle input tensor specs properly - All gather does not handle subdevice properly ### Checklist - [x] Post commit CI passes: https://github.com/tenstorrent/tt-metal/actions/runs/13059537328 - [x] TG Nightly: https://github.com/tenstorrent/tt-metal/actions/runs/13059546044 - [x] TG unit frequent: https://github.com/tenstorrent/tt-metal/actions/runs/13059554924 - [x] T3K: https://github.com/tenstorrent/tt-metal/actions/runs/13059564134 --------- Co-authored-by: avoraTT <[email protected]>
Ticket
This PR fixes two issues exposed when integrating ccl async to TG llama:
Checklist