From b5736c76b3375337d236ac27804ff828cbbcd44b Mon Sep 17 00:00:00 2001 From: uazizTT <176330109+uazizTT@users.noreply.github.com> Date: Sat, 11 Jan 2025 08:03:18 +0000 Subject: [PATCH] Uplift third_party/tt-mlir to 2025-01-11 --- 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 69f9a24..d93ef35 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 "2fcd37aa351ea7bb1baae5869546e2d0752505ce") +set(TT_MLIR_VERSION "5b4122a2282474a4cfc5a7e602ab44dd5cf24468") if (TOOLCHAIN STREQUAL "ON") cmake_minimum_required(VERSION 3.20)