-
Notifications
You must be signed in to change notification settings - Fork 16
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 op - Tensor Mismatch #869
Milestone
Comments
Created a issue in TT-Metal for the ttnn.mean op tensor mismatch - tenstorrent/tt-metal#13621 |
@sdjordjevicTT we also confirmed that there is an issue on ttnn side, here is the blocker issues at hand: Note: This one is also marked as P0 as it exists on Llama 3B model we're referencing |
Great! Let's see with TTNN folks what it is about. |
The issue has been resolved on the metal side. Closing for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary:
The ttnn.mean op fails with tensor mismatch (
PCC : 0.7203957195745748
)Details:
The ttnn.mean throws tensor mismatch and the pcc is dropped to 0.72 when the input tensor of (1, 12, 3200) and dim = -1 is passed to reduce_mean(i.e ttnn.mean) op in forge. The tensor mismatch is observed while comparing PyTorch and Forge(i.e ttnn) output
For more context, here is the exact error message:
Repro:
TTIR:
TTNN test cases:
Forge test cases:
The text was updated successfully, but these errors were encountered: