From 67e7c9a66749ecab9ad6b5eb9e94971069922f27 Mon Sep 17 00:00:00 2001 From: kmabeeTT <118925087+kmabeeTT@users.noreply.github.com> Date: Mon, 10 Mar 2025 06:03:19 +0000 Subject: [PATCH] Uplift third_party/tt-metal to ac732b7e003dc1a8fb756e8922a6c1c2bb2b01b7 2025-03-10 --- 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 4634cc8af..c27639e82 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -1,6 +1,6 @@ include(ExternalProject) -set(TT_METAL_VERSION "830a442ade6fbe1691e2dfe69f4a3f327327eaec") +set(TT_METAL_VERSION "ac732b7e003dc1a8fb756e8922a6c1c2bb2b01b7") set(CMAKE_INSTALL_MESSAGE LAZY) # suppress "Up-to-date:..." messages in incremental builds