We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I discovered that the L1-to-DRAM reshard tests don't actually assert on bad outputs:
tt-metal/tests/tt_eager/python_api_testing/unit_testing/misc/test_reshard.py
Lines 534 to 547 in bd53785
Adding the proper assert shows that several test cases are broken.
To close this issue, we should add a proper assert and fix the broken test cases.
The text was updated successfully, but these errors were encountered:
esmalTT
No branches or pull requests
Summary
I discovered that the L1-to-DRAM reshard tests don't actually assert on bad outputs:
tt-metal/tests/tt_eager/python_api_testing/unit_testing/misc/test_reshard.py
Lines 534 to 547 in bd53785
Adding the proper assert shows that several test cases are broken.
To close this issue, we should add a proper assert and fix the broken test cases.
The text was updated successfully, but these errors were encountered: