Skip to content
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

Maxpool Pcc issue for block sharded input #14206

Closed
punithsekar opened this issue Oct 24, 2024 · 2 comments
Closed

Maxpool Pcc issue for block sharded input #14206

punithsekar opened this issue Oct 24, 2024 · 2 comments
Labels
bug Something isn't working mcw_cst tasks done for mcw_cst collaboration yolov4

Comments

@punithsekar
Copy link
Contributor

punithsekar commented Oct 24, 2024

Describe the bug
I have passed convolution output(block sharded, the pcc of convolution output is >0.99) to maxpool the operation is executed but the output of maxpool pcc is low(~0.055).

To Reproduce
Steps to reproduce the behavior:

  1. Checkout to branch, punith/maxpool_block_sharding_issue
  2. Run command, pytest tests/ttnn/integration_tests/yolov4/unit_test_maxpool.py

Expected behavior
To have a pcc>0.99

Please complete the following environment information:

  • OS: Ubuntu 20.04
  • Device: WH-n150

Additional context
If we change the convolution layout from Block_sharded to Height_sharded the output of maxpool is >0.99.

@punithsekar punithsekar added bug Something isn't working yolov4 mcw_cst tasks done for mcw_cst collaboration labels Oct 24, 2024
@punithsekar
Copy link
Contributor Author

fyi @saichandax

@punithsekar
Copy link
Contributor Author

Closing this issue, A similar issue is available #14249. Will track this bug there!

@dvartaniansTT dvartaniansTT removed their assignment Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mcw_cst tasks done for mcw_cst collaboration yolov4
Projects
None yet
Development

No branches or pull requests

3 participants