From 27cb783d7516a1e255f19c34c9cb3a5c26c7e66c Mon Sep 17 00:00:00 2001 From: Vladimir Milosevic <157983820+vmilosevic@users.noreply.github.com> Date: Sat, 1 Feb 2025 08:35:18 +0100 Subject: [PATCH] Uplift third_party/tt-mlir to 8abaed5e8944ca291f65529e413f8363b2463c00 2025-02-01 (#222) This PR uplifts the third_party/tt-mlir to the 8abaed5e8944ca291f65529e413f8363b2463c00 Co-authored-by: kmitrovicTT <169657397+kmitrovicTT@users.noreply.github.com> --- third_party/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 245cb41..9c0c897 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -3,7 +3,7 @@ # SPDX-License-Identifier: Apache-2.0 # -set(TT_MLIR_VERSION "5dde571ff7a685ed92b32d7e9ddfa25d52c621cd") +set(TT_MLIR_VERSION "8abaed5e8944ca291f65529e413f8363b2463c00") set(LOGURU_VERSION "4adaa185883e3c04da25913579c451d3c32cfac1") if (TOOLCHAIN STREQUAL "ON")