Skip to content

Commit 68857c8

Browse files
vmilosevicnvukobratTTchandrasekaranpradeep
authored
Uplift third_party/tt-mlir to origin/main (81c665e199ee9eda3ff336217ad50110766364fe) 2025-11-19 (#3054)
This PR uplifts the third_party/tt-mlir submodule to the origin/main --------- Co-authored-by: nvukobratTT <[email protected]> Co-authored-by: chandrasekaranpradeep <[email protected]>
1 parent f2e4317 commit 68857c8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

forge/test/mlir/operators/eltwise_unary/test_eltwise_unary.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,11 @@ def forward(self, x):
763763
("bhwc,wkc->bhwk", [(1, 8, 8, 16), (8, 32, 16)]),
764764
("bhwc,wkc->bhwk", [(2, 16, 16, 32), (16, 64, 32)]),
765765
("bhwc,wkc->bhwk", [(5, 10, 10, 20), (10, 40, 20)]),
766-
("bhwc,wkc->bhwk", [(6, 12, 12, 128), (12, 256, 128)]),
766+
pytest.param(
767+
"bhwc,wkc->bhwk",
768+
[(6, 12, 12, 128), (12, 256, 128)],
769+
marks=pytest.mark.xfail(reason="https://github.com/tenstorrent/tt-forge-fe/issues/3055"),
770+
),
767771
("bchw,bkc->bkhw", [(2, 4, 1, 1), (2, 1, 4)]),
768772
("bchw,bkc->bkhw", [(1, 4, 1, 1), (1, 2, 4)]),
769773
("bmchw,bnmc->bmhwn", [(1, 2, 2, 1, 1), (1, 1, 2, 2)]),

forge/test/mlir/operators/nn/test_nn.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,11 @@ def forward(self, img, grid):
854854
((1, 256, 60, 80), (3, 3)),
855855
((1, 256, 30, 40), (3, 3)),
856856
((1, 256, 15, 20), (3, 3)),
857-
((1, 56, 150, 200), (6, 7)),
857+
pytest.param(
858+
(1, 56, 150, 200),
859+
(6, 7),
860+
marks=pytest.mark.xfail(reason="https://github.com/tenstorrent/tt-forge-fe/issues/3055"),
861+
),
858862
((1, 5, 20, 20), (4, 13)),
859863
],
860864
)

third_party/tt-mlir

Submodule tt-mlir updated 158 files

0 commit comments

Comments
 (0)