-
Notifications
You must be signed in to change notification settings - Fork 15
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
[StableHLO] reshape op failure for multi dimensional reshaping #1344
Comments
I did some initial digging into this bug, putting notes below: We might be able to circumvent it if we manually translate to row_major and then back to tile, but not sure if that is the best point to go forward if the metal is working on a fix for this. Should we wait for the PR on metal to see if the issues go away? @mmanzoorTT @mrakitaTT |
Thanks @ajakovljevicTT . We have to wait till next tt-metal uplift to resolve this problem. You may open a tt-metal issue to describe the problem and get their feedback in meanwhile. |
Update: A pull request on tt-metal was also opened: tenstorrent/tt-metal#15572 |
The above PR as mentioned does the dimensionality reduction directly in the reshape OP. I am not part of the compiler team to test and validate but it is possible that merging the above PR in may resolve this. |
The pr in tt-metal was just merged, can you verify if the issue is solved? |
Will do that, thanks! |
Update: I have manually uplifted new |
The tt-metal uplift has been merged and I have tested that the new reshape works with more than 4D tensors. The PR which will allow this on our side is here: #1524 |
Closed by #1524 |
stablehlo.reshape
conversion is failing if we reshape multiple dimensions simultaneously.An example stablehlo graph
Error message
The text was updated successfully, but these errors were encountered: