From e1fc45fdee4d51c9163ee72f16eab101cc0d0223 Mon Sep 17 00:00:00 2001 From: kmitrovicTT <169657397+kmitrovicTT@users.noreply.github.com> Date: Tue, 14 Jan 2025 06:07:41 +0000 Subject: [PATCH] Uplift third_party/tt-metal to 0d4d99618a90640bd2a742535bb4f6c8ec6ba164 2025-01-14 --- 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 52bd7f9c7..217c0bb9d 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -1,6 +1,6 @@ include(ExternalProject) -set(TT_METAL_VERSION "a6ec1c0a02c3b9dc55e769618639e0439ef9c06b") +set(TT_METAL_VERSION "0d4d99618a90640bd2a742535bb4f6c8ec6ba164") if ("$ENV{ARCH_NAME}" STREQUAL "grayskull") set(ARCH_NAME "grayskull")