Skip to content

Commit

Permalink
Updated ttmlir version, skipped convert op tests (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmitrovicTT authored Jan 30, 2025
1 parent 977757b commit 27c15d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/jax/ops/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"float64",
],
)
@pytest.mark.xfail(reason="https://github.com/tenstorrent/tt-xla/issues/206")
def test_convert(from_dtype: DTypeLike, to_dtype: DTypeLike):
def convert(x: jax.Array) -> jax.Array:
return jlx.convert_element_type(x, new_dtype=jnp.dtype(to_dtype))
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 "e581e6a815de6b0ce3c4ceedc70620d19be29969")
set(TT_MLIR_VERSION "2e45a8f777989e356ce857a59fccc21fc733ee0e")
set(LOGURU_VERSION "4adaa185883e3c04da25913579c451d3c32cfac1")

if (TOOLCHAIN STREQUAL "ON")
Expand Down

0 comments on commit 27c15d4

Please sign in to comment.