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 is failing with Statically allocated circular buffers in the unit test of SDXL_Turbo model for the resolution 1024x1024 when memory config is set to ttnn.L1_MEMORY_CONFIG To Reproduce
Steps to reproduce the behavior:
Run the following command, pytest tests/ttnn/unit_tests/operations/test_new_conv2d.py::test_conv_sdxl_turbo_1024x1024_l1_failing_case
The test will fail with the following error will occur, RuntimeError: TT_THROW @ ../tt_metal/impl/program/program.cpp:839: tt::exception E info: E Statically allocated circular buffers in program 23 clash with L1 buffers on core range [(x=0,y=0) - (x=7,y=6)]. L1 buffer allocated at 265216 and static circular buffer region ends at 356448
Please complete the following environment information:
WH (n150)
The text was updated successfully, but these errors were encountered:
Describe the bug
ttnn.conv2d is failing with
Statically allocated circular buffers
in the unit test of SDXL_Turbo model for the resolution 1024x1024 when memory config is set tottnn.L1_MEMORY_CONFIG
To Reproduce
Steps to reproduce the behavior:
pytest tests/ttnn/unit_tests/operations/test_new_conv2d.py::test_conv_sdxl_turbo_1024x1024_l1_failing_case
RuntimeError: TT_THROW @ ../tt_metal/impl/program/program.cpp:839: tt::exception E info: E Statically allocated circular buffers in program 23 clash with L1 buffers on core range [(x=0,y=0) - (x=7,y=6)]. L1 buffer allocated at 265216 and static circular buffer region ends at 356448
Please complete the following environment information:
WH (n150)
The text was updated successfully, but these errors were encountered: