-
Notifications
You must be signed in to change notification settings - Fork 14
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
ttnn::mean failing thru TTRT but not in EmitC #1942
Comments
svuckovicTT
added a commit
that referenced
this issue
Jan 23, 2025
Thanks Sasha, do you have the signature handy for how this test was failing for you? |
Knew I forgot something haha! Yes, this is the error msg:
|
The diff of 512 vs 16384 is 32, so I'm assuming it's got to do with row_major vs tiled. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For some reason, a simple ttnn::mean test is failing thru TTRT but not thru EmitC path.
Test:
Repro:
My assumption is it has to do with the added memory config in
runtime/lib/ttnn/operations/reduction/reduction.cpp::runReductionOp
.The text was updated successfully, but these errors were encountered: