From 3d2ed74936a2e8dd981b0c90d8673e20dfbdf79d Mon Sep 17 00:00:00 2001 From: Vladimir Milosevic <157983820+vmilosevic@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:35:49 +0100 Subject: [PATCH] Uplift third_party/tt-mlir to 2024-12-10 (#107) 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 57670290..6f44dfcc 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 "223d24444c419dec906f87749f161f03b321fce7") +set(TT_MLIR_VERSION "8abdc3613d012cdeec8139404271f3c166d4cc60") if (TOOLCHAIN STREQUAL "ON") cmake_minimum_required(VERSION 3.20)