From def116d18a7cf2f877d6d90b6055799a58fb4b13 Mon Sep 17 00:00:00 2001 From: Usman Aziz Date: Tue, 31 Dec 2024 16:55:56 +0000 Subject: [PATCH] Use broadcast to repeat lowering branch. --- 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 baad201b..8fd3cd93 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 "1c1cb182a6306479fc6d59c2e947d635da29a873") +set(TT_MLIR_VERSION uaziz/broadcast-repeat-lowering) if (TOOLCHAIN STREQUAL "ON") cmake_minimum_required(VERSION 3.20)