From 4266618ff43601315ee026836a52d00a0f61f5b6 Mon Sep 17 00:00:00 2001 From: Vladimir Milosevic <157983820+vmilosevic@users.noreply.github.com> Date: Sat, 28 Dec 2024 22:24:44 +0100 Subject: [PATCH] Uplift third_party/tt-metal to 34e10c321807d0b24fc3bd9c349a9a67c4e5741c 2024-12-28 (#1676) This PR uplifts the third_party/tt-metal to the 34e10c321807d0b24fc3bd9c349a9a67c4e5741c 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 f1d83d3ce..3393a7471 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -1,6 +1,6 @@ include(ExternalProject) -set(TT_METAL_VERSION "2a86ff7fdde8561ec6c60f1635937ac2b13e122f") +set(TT_METAL_VERSION "34e10c321807d0b24fc3bd9c349a9a67c4e5741c") if ("$ENV{ARCH_NAME}" STREQUAL "grayskull") set(ARCH_NAME "grayskull")