-
Notifications
You must be signed in to change notification settings - Fork 74
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.bias_gelu_bw unary low PCC #13856
Comments
@amalbasaTT Can you provide unit test for this issue as well? |
|
Here is a unit test for the low PCC for some of the cases where approx was "tanh" (most of those are were grad tensor has bfloat8_b , but there was an instance where grad tensor had bfloat16 also):
|
bias_gelu_bw unary is directly dependent on On debugging step-by-step for approx = "tanh", the pcc drop occurs with Analysis sheet : link |
Describe the bug
ttnn.bias_gelu_bw unary has low PCC when input_tensor_a has bfloat8_b dtype or in random cases when approx is "tanh".
To Reproduce
Steps to reproduce the behavior:
Sweep test for bias_gelu_bw is located in 'tests/sweep_framework/sweeps/eltwise/unary_backward/bias_gelu_bw/bias_gelu_bw.py'
https://github.com/tenstorrent/tt-metal/tree/main/tests/sweep_framework
The text was updated successfully, but these errors were encountered: