From b68102ea34ebbdba0ada79124b281f5e0a9282a0 Mon Sep 17 00:00:00 2001 From: Kyle Mabee Date: Thu, 28 Nov 2024 21:49:30 +0000 Subject: [PATCH] Try tt-metal ed6dda9bd5 (Nov27) to see about linker error --- 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 9e82ef4f7..d9cf84ca7 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -1,6 +1,6 @@ include(ExternalProject) -set(TT_METAL_VERSION "8c78de761d2eb62ed28c86c7bd8b6b3f71fee1a8") +set(TT_METAL_VERSION "ed6dda9bd5") if ("$ENV{ARCH_NAME}" STREQUAL "grayskull") set(ARCH_NAME "grayskull")