You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
git checkout pchandrasekaran/rms_norm_and_mean
# Before running the test, comment the xfail for data mismatch in this test
pytest forge/test/mlir/test_ops.py::test_reduce_mean[-1-input_shape2] -vss
The text was updated successfully, but these errors were encountered:
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: