Skip to content

Commit

Permalink
Use the latest tt-mlir and mark some failing tests as passing.
Browse files Browse the repository at this point in the history
  • Loading branch information
uazizTT committed Jan 23, 2025
1 parent 2ee055d commit 69a9a51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions tests/torch/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,6 @@ def forward(self, x):
verify_module(Basic(), input_shapes=[(32, 32)])


@pytest.mark.xfail(
strict=True,
reason="Embedded constants currently broken, see https://github.com/tenstorrent/tt-torch/issues/152",
)
def test_linear_with_bias():
class Basic(nn.Module):
def __init__(self):
Expand All @@ -202,10 +198,6 @@ def forward(self, x):
verify_module(Basic(), input_shapes=[(32, 32)])


@pytest.mark.xfail(
strict=True,
reason="RepeatOp is failing due to scalar type shape mismatch, see https://github.com/tenstorrent/tt-torch/issues/186",
)
def test_linear_with_bias_no_embedded_constants():
class Basic(nn.Module):
def __init__(self):
Expand Down
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
#

set(TT_MLIR_VERSION "78601d677a7d54715e194122438c836206dce731")
set(TT_MLIR_VERSION "a2dc626be7df141ddf72331b8cec7c4108f26f39")

if (TOOLCHAIN STREQUAL "ON")
cmake_minimum_required(VERSION 3.20)
Expand Down

0 comments on commit 69a9a51

Please sign in to comment.