From fa8ea652c0332fb2d0d4fcba3cc5a86f17c11a4f Mon Sep 17 00:00:00 2001 From: Vladimir Milosevic <157983820+vmilosevic@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:05:03 +0100 Subject: [PATCH] Uplift third_party/tt-metal to 6d7cc2c38ae3efc36326f5407698b05fb314b5b0 2024-12-16 (#1601) This PR uplifts the third_party/tt-metal to the 6d7cc2c38ae3efc36326f5407698b05fb314b5b0 Co-authored-by: Kyle Mabee --- 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 0eaec5efc..e49dc0d8c 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -1,6 +1,6 @@ include(ExternalProject) -set(TT_METAL_VERSION "5f821d46d6726e1fcf06b0802e2b40aae0af9e38") +set(TT_METAL_VERSION "388e187b27f8924ea09512719f666407c40f6bd9") if ("$ENV{ARCH_NAME}" STREQUAL "grayskull") set(ARCH_NAME "grayskull")