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
ttnn.selu op exhibits low PCC (~0.19). Provided unit test gives multiple configurations where we observe problem. Some of them are:
[(3, 2, 192, 32)], [ttnn.bfloat16], [ttnn.TILE_LAYOUT], [ttnn.DRAM_MEMORY_CONFIG], ttnn.L1_MEMORY_CONFIG, 6861134,
and
[(12, 224, 224)], [ttnn.bfloat8_b], [ttnn.TILE_LAYOUT], [ttnn.DRAM_MEMORY_CONFIG], ttnn.L1_MEMORY_CONFIG, 6411147,
Provided unit test shows more configurations where the problem can be observed.
npetrovic/selu-sweep
branch (soon to be merged into main). You can run unit test which can showcase this problem with this command:
pytest /home/ubuntu/tt-metal/tests/ttnn/python_api_testing/non_working_unit_tests/wormhole/test_selu.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ttnn.selu op exhibits low PCC (~0.19). Provided unit test gives multiple configurations where we observe problem. Some of them are:
and
Provided unit test shows more configurations where the problem can be observed.
Checkout
branch (soon to be merged into main). You can run unit test which can showcase this problem with this command:
The text was updated successfully, but these errors were encountered: