-
Notifications
You must be signed in to change notification settings - Fork 3
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
Failing uplifts due to test_maxpool2d #64
Comments
I have a fix for |
I've created the metal issue causing the resnet maxpool test to fail: tenstorrent/tt-metal#15048 |
@LPanosTT can we close this issue? I referenced only |
@kmitrovicTT sure |
@kmitrovicTT The resnet maxpool test will pass if we do not include the convolution before, this is because it changes what reshapes are inserted into the ttnn graph down the line. I will edit this tt-xla test and perform an uplift. |
@uazizTT @kmitrovicTT uplift in here #69 |
Uplift PR failed due to
Investigating this locally I found that running
pytest -svv tests/TTIR/test_maxpool2d.py::test_maxpool2d
givesindicating
The text was updated successfully, but these errors were encountered: