From 16953b18c8cb64505c6cee9260fa429df3defa9b Mon Sep 17 00:00:00 2001 From: uazizTT <176330109+uazizTT@users.noreply.github.com> Date: Fri, 15 Nov 2024 08:04:00 +0000 Subject: [PATCH] Uplift third_party/tt-mlir to 2024-11-15 --- 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 82bd843b..64581877 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 "a5cc74299ba6f0a5ed4ab650dc1cd39f769cc17c") +set(TT_MLIR_VERSION "5fd26305487fd4b28eabd3f5de826f35d65b09d0") if (TOOLCHAIN STREQUAL "ON") cmake_minimum_required(VERSION 3.20)