-
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
Incorrect TensorMemoryLayout set on op in TTNN dialect #1364
Comments
To add, this is what the IR in TTNN (before going to EmitC) looks like:
The |
@mtopalovicTT this can be closed, right? |
Missed the notification. Yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro branch: https://github.com/tenstorrent/tt-mlir/commits/svuckovic/repro-tensor-mem-layout-issue/
Running:
results in
It looks like TensorMemoryLayout gets set to
None
inlib/Dialect/TTNN/Transforms/TTNNLayout.cpp
.@mtopalovicTT can you please take a look?
The text was updated successfully, but these errors were encountered: