Skip to content

Commit

Permalink
#0: Rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sankarmanoj-tt committed Feb 20, 2025
1 parent b6d4152 commit 4894625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ttnn/unit_tests/operations/test_new_conv2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ def test_resnet50_conv_gs(
# unique convs in rn50 (complete list)
# first conv post folding and input_channels padding to tile width
# (8, 64, 16, 115, 115, 4, 4, 1, 1, 0, 0, True, None), HANGS!!
(16, 64, 16, 115, 115, 4, 4, 1, 1, 0, 0, HS, {"act_block_h": 256}),
(16, 64, 16, 115, 115, 4, 4, 1, 1, 0, 0, HS, {"act_block_h": 64}),
# (20, 64, 16, 115, 115, 4, 4, 1, 1, 0, 0, HS, {"act_block_h": 32}), Out of Memory!!
# rn50 layer1
(8, 64, 64, 56, 56, 3, 3, 1, 1, 1, 1, HS, None),
Expand Down

0 comments on commit 4894625

Please sign in to comment.