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.linear is failing with Out of Memory 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_linear.py::test_sdxl_turbo_linear_1024x1024_l1_failing_case
The test will fail with the following error will occur, RuntimeError: TT_THROW @ ../tt_metal/impl/allocator/allocator.cpp:145: tt::exception E info: E Out of Memory: Not enough space to allocate 41943040 B L1 buffer across 56 banks, where each bank needs to store 749568 B
Please complete the following environment information:
WH (n150)
The text was updated successfully, but these errors were encountered:
Describe the bug
ttnn.linear is failing with
Out of Memory
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_linear.py::test_sdxl_turbo_linear_1024x1024_l1_failing_case
RuntimeError: TT_THROW @ ../tt_metal/impl/allocator/allocator.cpp:145: tt::exception E info: E Out of Memory: Not enough space to allocate 41943040 B L1 buffer across 56 banks, where each bank needs to store 749568 B
Please complete the following environment information:
WH (n150)
The text was updated successfully, but these errors were encountered: