From cdb671eccd7da1f8f62586fe3f45cb9069d7d7a1 Mon Sep 17 00:00:00 2001 From: Vladimir Milosevic <157983820+vmilosevic@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:17:02 +0100 Subject: [PATCH] Uplift third_party/tt-mlir to 2025-02-04 (#270) This PR uplifts the third_party/tt-mlir to the Co-authored-by: uazizTT <176330109+uazizTT@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 a3fd14a1..cf44300c 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 "32f72e625d1250ab5c047d85ce27ed08eb17cfb2") +set(TT_MLIR_VERSION "48ade5e60b133d9d5d0bf3c7c5c8ac4e85c649c3") if (BUILD_TOOLCHAIN) cmake_minimum_required(VERSION 3.20)