From f228f10c2b3a0827e727e1497d32f0205253be9d Mon Sep 17 00:00:00 2001 From: Vladimir Milosevic <157983820+vmilosevic@users.noreply.github.com> Date: Wed, 11 Dec 2024 07:36:06 +0100 Subject: [PATCH] Uplift third_party/tt-mlir to 1941cf5c6e25023ed44faf7990f2fc720bb8fc99 2024-12-11 (#115) Co-authored-by: kmitrovicTT <169657397+kmitrovicTT@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 3aa9ced..89935d1 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 "8abdc3613d012cdeec8139404271f3c166d4cc60") +set(TT_MLIR_VERSION "1941cf5c6e25023ed44faf7990f2fc720bb8fc99") set(LOGURU_VERSION "4adaa185883e3c04da25913579c451d3c32cfac1") if (TOOLCHAIN STREQUAL "ON")