From 3e0bb1b6ba4d3bc308530a8afcd7840ad53a2b89 Mon Sep 17 00:00:00 2001 From: Nicholas Smith Date: Wed, 30 Oct 2024 13:35:03 -0500 Subject: [PATCH] Uplift third_party/tt-metal to dec1dc2c6da1d547535bedb11d41f6373c66a69f --- 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 888548aeac..096e8fd9dd 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -1,6 +1,6 @@ include(ExternalProject) -set(TT_METAL_VERSION "c59c50cc915d4273ecfd1da15916cb4f6b138bfc") +set(TT_METAL_VERSION "dec1dc2c6da1d547535bedb11d41f6373c66a69f") if ("$ENV{ARCH_NAME}" STREQUAL "grayskull") set(ARCH_NAME "grayskull")