-
Notifications
You must be signed in to change notification settings - Fork 87
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
[Bug Report] invalid erfc result #6737
Labels
Comments
44 tasks
Merged
Hi @hschoi4448 , @eyonland , @jliangTT , @tt-aho , @rtawfik01 |
input_tensor ttnn.Tensor([[[[-1.00000, -1.00000, ..., -1.00000, -1.00000],
[-1.00000, -1.00000, ..., -1.00000, -1.00000],
...,
[-1.00000, -1.00000, ..., -1.00000, -1.00000],
[-1.00000, -1.00000, ..., -1.00000, -1.00000]]]], shape=Shape([1, 1, 32, 32]), dtype=DataType::BFLOAT16, layout=Layout::TILE)
tt_output_tensor_on_device ttnn.Tensor([[[[ 1.00000, 1.00000, ..., 1.00000, 1.00000],
[ 1.00000, 1.00000, ..., 1.00000, 1.00000],
...,
[ 1.00000, 1.00000, ..., 1.00000, 1.00000],
[ 1.00000, 1.00000, ..., 1.00000, 1.00000]]]], shape=Shape([1, 1, 32, 32]), dtype=DataType::BFLOAT16, layout=Layout::TILE)
golden_tensor tensor([[[[1.8438, 1.8438, 1.8438, ..., 1.8438, 1.8438, 1.8438],
[1.8438, 1.8438, 1.8438, ..., 1.8438, 1.8438, 1.8438],
[1.8438, 1.8438, 1.8438, ..., 1.8438, 1.8438, 1.8438],
...,
[1.8438, 1.8438, 1.8438, ..., 1.8438, 1.8438, 1.8438],
[1.8438, 1.8438, 1.8438, ..., 1.8438, 1.8438, 1.8438],
[1.8438, 1.8438, 1.8438, ..., 1.8438, 1.8438, 1.8438]]]],
dtype=torch.bfloat16, grad_fn=<ErfcBackward0>) Still has a problem. Please check again. hash: a059360 |
5 tasks
@hschoi4448 PR is not yet merged |
Hi @hschoi4448 , @jliangTT |
github-project-automation
bot
moved this from 🆕 New
to ✅ Done
in External Requests and Reports
Apr 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
1.Copy and past below code
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following environment information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: