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

ttnn.selu - LOW PCC (~0.19) #15548

Open
npetrovic-tenstorrent opened this issue Nov 28, 2024 · 0 comments
Open

ttnn.selu - LOW PCC (~0.19) #15548

npetrovic-tenstorrent opened this issue Nov 28, 2024 · 0 comments
Labels
bug Something isn't working op_cat: eltwise WH

Comments

@npetrovic-tenstorrent
Copy link
Contributor

npetrovic-tenstorrent commented Nov 28, 2024

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.

  • Steps to reproduce
    Checkout
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
@npetrovic-tenstorrent npetrovic-tenstorrent added bug Something isn't working op_cat: eltwise GS WH and removed GS labels Nov 28, 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 op_cat: eltwise WH
Projects
None yet
Development

No branches or pull requests

1 participant