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.conv2d fails with larger in_channel size in yolov10 model #18642

Open
vigneshkeerthivasanx opened this issue Mar 5, 2025 · 0 comments
Open
Labels
bug Something isn't working Yolov10

Comments

@vigneshkeerthivasanx
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Yolov10
Projects
None yet
Development

No branches or pull requests

1 participant