Skip to content

Commit

Permalink
Add selu sweep (#15547)
Browse files Browse the repository at this point in the history
Add new script for sweep:
- selu
  • Loading branch information
npetrovic-tenstorrent authored Dec 13, 2024
1 parent 44e8301 commit 414c895
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/ttnn/unit_tests/operations/eltwise/test_eltwise_selu.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,22 @@ def run_eltwise_selu_tests(
ttnn.L1_MEMORY_CONFIG,
6411147,
),
(
[(3, 2, 191, 31)],
[ttnn.bfloat16],
[ttnn.TILE_LAYOUT],
[ttnn.DRAM_MEMORY_CONFIG],
ttnn.L1_MEMORY_CONFIG,
6861134,
),
(
[(12, 225, 223)],
[ttnn.bfloat8_b],
[ttnn.TILE_LAYOUT],
[ttnn.DRAM_MEMORY_CONFIG],
ttnn.L1_MEMORY_CONFIG,
6411147,
),
]


Expand Down

0 comments on commit 414c895

Please sign in to comment.