From 8af0c4f8756b5932cc06db2e4cba421124ba966f Mon Sep 17 00:00:00 2001 From: Vladimir Milosevic <157983820+vmilosevic@users.noreply.github.com> Date: Tue, 3 Dec 2024 07:36:56 +0100 Subject: [PATCH] Uplift third_party/tt-mlir to 0640c7c8366b9b44fd6e210eb7ca76d1c2ec4121 2024-12-03 (#98) 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 b4ac611..326ebc9 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 "99331c74676abf251ee807e74c2e45319b715ed4") +set(TT_MLIR_VERSION "0640c7c8366b9b44fd6e210eb7ca76d1c2ec4121") set(LOGURU_VERSION "4adaa185883e3c04da25913579c451d3c32cfac1") if (TOOLCHAIN STREQUAL "ON")