-
Notifications
You must be signed in to change notification settings - Fork 100
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
Maxpool2D block sharding bug #14249
Comments
@mywoodstock @wransom-TT, Not only the above mentioned configurations are making issues. |
@punithsekar yes, they are all the same issue -- basically related to kernel sizes larger then 4x4. We are looking into this. |
Thanks for the acknowledgment, Abhinav. Since you mentioned specific configurations, I’ve added them. |
…ns (tenstorrent#14531) * tenstorrent#14249: Fixed bug for width and block sharding with large kernel sizes and wide reductions
Branch:
asarje/maxpool-block-bug
Unit test:
tests/ttnn/unit_tests/operations/test_maxpool2d.py::test_run_max_pool_block_shard
(Shape = [1, 512, 10, 10], kernel_size = (5,5), padding = (2, 2), stride = (1, 1))
The output PCC is bad -- output tensor seems to have some junk values mixed in.
The text was updated successfully, but these errors were encountered: