From f914e277cbc6cde106c3ededcdafb138555658aa Mon Sep 17 00:00:00 2001 From: Vladimir Milosevic <157983820+vmilosevic@users.noreply.github.com> Date: Sat, 14 Dec 2024 09:28:05 +0100 Subject: [PATCH] Uplift third_party/tt-mlir to 2024-12-14 (#119) 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 ae01f7bf..f0eecd7c 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 "b0c0c2bca6eb215402ac1121ae5d0db2e4fcab91") +set(TT_MLIR_VERSION "28c7381007b401168983c23ca5dcf36413313144") if (TOOLCHAIN STREQUAL "ON") cmake_minimum_required(VERSION 3.20)