You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
ttnn.Conv2d fails with "Statically allocated circular buffers issue" with in_channel size = 2560 in Yolov10x model.
To Reproduce
Steps to reproduce the behavior:
Checkout to branch : vignesh/ttnn_yolov10x_conv_fails
Run the command: pytest tests/ttnn/integration_tests/yolov10/test_yolov10x_conv_test.py
Expected behavior
Test is expected to pass where the ttnn.Conv2d having in_channels = 2560 in the C2fCIB sub-module.
Error
E RuntimeError: TT_THROW @ /home/ubuntu/vignesh/tt-metal/tt_metal/impl/program/program.cpp:896: tt::exception
E info:
E Statically allocated circular buffers on core range [(x=0,y=0) - (x=7,y=5)] grow to 1862048 B which is beyond max L1 size of 1499136 B
Please complete the following environment information:
OS: [e.g. Ubuntu 20.04]
Device: WH n300
The text was updated successfully, but these errors were encountered:
Describe the bug
ttnn.Conv2d fails with "Statically allocated circular buffers issue" with in_channel size = 2560 in Yolov10x model.
To Reproduce
Steps to reproduce the behavior:
Checkout to branch : vignesh/ttnn_yolov10x_conv_fails
Run the command:
pytest tests/ttnn/integration_tests/yolov10/test_yolov10x_conv_test.py
Expected behavior
Test is expected to pass where the ttnn.Conv2d having in_channels = 2560 in the C2fCIB sub-module.
Error
Please complete the following environment information:
The text was updated successfully, but these errors were encountered: