From a3856cdd269a165615b2df00612ac03438313e82 Mon Sep 17 00:00:00 2001 From: Kyle Mabee Date: Mon, 13 Jan 2025 20:53:46 +0000 Subject: [PATCH] Experiment: Use tt-metal with tt-metal fix cherry picked for tt-forge-fe 1D -inf fails --- 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 6771897c9..27f63f75b 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -1,6 +1,6 @@ include(ExternalProject) -set(TT_METAL_VERSION "3ab3739f10762d676fd01a4572a3a4c8e39d3196") +set(TT_METAL_VERSION "1dd0622583") if ("$ENV{ARCH_NAME}" STREQUAL "grayskull") set(ARCH_NAME "grayskull")