From 843411790ba20fc5e534d563e66bdb4e4445d70e Mon Sep 17 00:00:00 2001 From: Kyle Mabee <118925087+kmabeeTT@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:09:14 -0500 Subject: [PATCH] Update tt-metal to Nov15 commit 42035c1711 plus cherry pick fixes (#1295) - Cherry pick 2 metal fixes from Nov18 tt-metal main needed for tt-mlir/tt-forge-fe fails - Can't move to latest tt-metal, exposing other issues (sharding related) --- 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 6f4b7435b..b1c679a50 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -1,6 +1,6 @@ include(ExternalProject) -set(TT_METAL_VERSION "1d79aeef7a28911bd817a2da78ad925da3ed06f5") +set(TT_METAL_VERSION "f16cadfabebd7654baef73e4ac2c3240b12b0d1d") if ("$ENV{ARCH_NAME}" STREQUAL "grayskull") set(ARCH_NAME "grayskull")