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

Number of act blocks along the width should be divisible by the number of cores #17225

Open
skrsticTT opened this issue Jan 28, 2025 · 0 comments
Assignees
Labels
blackhole bug Something isn't working op_cat: conv2D 2D convolution for CNNs

Comments

@skrsticTT
Copy link
Contributor

When running some conv2d tests with width sharding on blackhole, the number of activation blocks is not divisible by the number of cores used for compute. There are 18 total conv2d tests which fail:

  • 16 from tests/ttnn/unit_tests/operations/test_new_conv2d.py::test_conv_ws
  • 2 from tests/ttnn/unit_tests/operations/test_new_conv2d.py::test_conv_dilation

This needs to be fixed.

@skrsticTT skrsticTT added blackhole bug Something isn't working op_cat: conv2D 2D convolution for CNNs labels Jan 28, 2025
@skrsticTT skrsticTT self-assigned this Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blackhole bug Something isn't working op_cat: conv2D 2D convolution for CNNs
Projects
None yet
Development

No branches or pull requests

1 participant