From d500ec641212a75648a5df4a12d07a4602de25e8 Mon Sep 17 00:00:00 2001 From: Vladimir Milosevic <157983820+vmilosevic@users.noreply.github.com> Date: Sat, 30 Nov 2024 07:34:46 +0100 Subject: [PATCH] Uplift third_party/tt-mlir to 99331c74676abf251ee807e74c2e45319b715ed4 2024-11-30 (#94) 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 46f5a3c..b4ac611 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 "5272015b77d525daaf86565f5eac2f2221bd39b8") +set(TT_MLIR_VERSION "99331c74676abf251ee807e74c2e45319b715ed4") set(LOGURU_VERSION "4adaa185883e3c04da25913579c451d3c32cfac1") if (TOOLCHAIN STREQUAL "ON")