From 9d731b7484155611b878c17e69cf383d2c59fdae Mon Sep 17 00:00:00 2001 From: Vladimir Milosevic <157983820+vmilosevic@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:01:21 +0100 Subject: [PATCH] Uplift third_party/tt-metal to 2024-11-21 (#1361) --- 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 4e6175566..682f55902 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -1,6 +1,6 @@ include(ExternalProject) -set(TT_METAL_VERSION "89fc3ba835854773eaec4274da10044718dee429") +set(TT_METAL_VERSION "b057e090e19c2f18e209817b8de538209765db6d") if ("$ENV{ARCH_NAME}" STREQUAL "grayskull") set(ARCH_NAME "grayskull")