From ded5d833e5e10ab1ece9b60de72c450f41016115 Mon Sep 17 00:00:00 2001 From: vmilosevic <157983820+vmilosevic@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:03:12 +0000 Subject: [PATCH] Uplift third_party/tt-mlir to 2024-11-01 --- 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 52e5ee5..2e2abef 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 "6b43a5aea3a858bd6f04cda6e7b3984523670114") +set(TT_MLIR_VERSION "c4dd5377388c3152f8ac4fa6b4e4f6bdddc39fe9") set(LOGURU_VERSION "4adaa185883e3c04da25913579c451d3c32cfac1") if (TOOLCHAIN STREQUAL "ON")