Describe the bug
On unit testing the SiLU ops of Yolov7 model, few input configurations failed with the error:
E RuntimeError: TT_THROW @ ../tt_metal/impl/allocator/allocator.cpp:143: tt::exception
E info:
E Out of Memory: Not enough space to allocate 13107200 B L1 buffer across 20 banks, where each bank needs to store 655360 B
Describe the bug On unit testing the SiLU ops of Yolov7 model, few input configurations failed with the error:
To Reproduce Steps to reproduce the behavior:
pytest tests/ttnn/unit_tests/operations/test_silu_row_major.py::test_failing_silu_yolov7
Expected behavior Expected to pass the failing configurations.
Please complete the following environment information: