-
Notifications
You must be signed in to change notification settings - Fork 3
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 mlir and add shardy to dependencies #194
Conversation
FYI @wooseokTT |
|
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.
You have some tests failing. I have changed tests for convert in #168. Maybe wait for that to be merged before debugging.
third_party/CMakeLists.txt
Outdated
@@ -3,7 +3,7 @@ | |||
# SPDX-License-Identifier: Apache-2.0 | |||
# | |||
|
|||
set(TT_MLIR_VERSION "ad93092841542d104b8bacba6b92d97678ccd94e") | |||
set(TT_MLIR_VERSION "73efb5cd3e25215d3ee23c5af39c0b5dfe200a28") |
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.
Update this to the newest possible after you get approvals.
I see we have the same fail in https://github.com/tenstorrent/tt-xla/actions/runs/13009237972/job/36284256159. Let me check this, I think I know what the problem may be. |
Ticket
Problem description
tt-xla fails to build with newer tt-mlir versions that depend on shardy
What's changed
This PR updates cmake files to correctly include shardy.
Checklist