-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Ops] Support for reduce average op (ttnn.mean) #114
Comments
One group of ops fail because of the required squeeze (test setup and FFE op processing), while other group fails with tt-nn specific issues. |
@chandrasekaranpradeep this one is unblocked. Can you confirm if it works? :)) |
@nvukobratTT There are two test cases in the forge/test/mlir/test_ops.py
|
@nvukobratTT Created a PR for reduce average op test cases - #349 |
Created a issue for the reduce average (i.e ttnn.mean) data mismatch Data Mismatch Failing Test cases:
|
@nvukobratTT Reduce average op configuration (i.e Input_shape = (1, 12, 3200), dim = -1, keep_dim = True) is present in the Llama 3b model. Can we change the priority of the issue from P1 to P0? |
In tt-metal latest main, |
Yup, I'll convert it right away :)) |
Yup! I think uplift of this one is already WIP :)) We expect it to land soon. Please keep track of it and test out this op accordingly :)) |
Sure Nikola |
No description provided.
The text was updated successfully, but these errors were encountered: