-
Notifications
You must be signed in to change notification settings - Fork 13
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
Uplift third_party/tt-metal to 2024-11-01 (3a24131822 w/ fixes) #1119
Conversation
Plz cherry-pick a2e64a2 for some needed runtime changes to solve compile error that goes with metal PR tenstorrent/tt-metal#14394 |
@nsmithtt |
we have a bigger problem with merges, when we solve it - these will be automated again. |
Comment on CI fails, one error is:
Talked to Artem on Friday and he said tt-metal bug and fix is coming ...soon... Edit: Unconfirmed if we need to fix something here, but metal PR Artem referring to is tenstorrent/tt-metal#14550 |
We'll need this UMD fix: tenstorrent/tt-umd#251 (comment) |
@broskoTT we're fixing metal in mlir repo. do you know if umd uplifts regularly to metal repo or would be better for us to do it on our own? |
2c97fbd
to
980bee6
Compare
Small update. Renamed PR, and cherry picked 3 metal PR's (2 from Friday, 1 from today) and the failing tests in last week's CI run we saw are gone. Rebased and force pushed this branch as we are getting close. Going to try to test on Forge-FE too. I haven't seen need for UMD fix referenced above though, or at least I didn't do anything, I get impression it's needed only for newer tt-metal not the Oct30 base we are still targeting with this uplift. tt-mlir is currently using Oct25 tt-metal. |
We're making a lot of API changes, so UMD is regularly being uplifted to tt_metal (every one or two days). Of course, subject to UMD regressions, and to tt_metal CI regressions. |
Good to know! Thanks @broskoTT |
4d650eb
to
9a95ce8
Compare
Good news, this tt-metal uplift that started oct-30 is now passing now tt-mlir CI (and when tried in tt-forge-fe) after some follow up fixes last few days. Ping owners @pilkicTT / @sdjordjevicTT / @jserbedzijaTT to unblock. tt-mlir link: https://github.com/tenstorrent/tt-mlir/actions/runs/11803629246 Notes:
If we like it I can clean up and merge. |
Thanks @kmabeeTT for pushing this all the way forward! Question:
Is this revert in tt-metal as well? |
Yep, it sure is. There was a change submitted, and then a revert a few days later, I just cherry picked the revert. |
9a95ce8
to
ad71c1d
Compare
- Switch to tt-metal branch w/ 3 PR's cherry picked to solve refactoring issues with TensorLayout - Cherry pick conv2D fix (and revert of another change to resolve conflicts)
…n tt-metal - Matches changes from tt-metal PR 14394
… tt-metal - Apply small_vector_shape workaround to 2 places in runtime.cpp
ad71c1d
to
b25b031
Compare
Rebased, and merging shortly. Some documentation: There was some follow up experiments where I tried to remove |
No description provided.