From c6b9b57c9047e2717e4bde80522d17004af3130f Mon Sep 17 00:00:00 2001 From: Vladimir Milosevic <157983820+vmilosevic@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:38:08 +0100 Subject: [PATCH] Uplift third_party/tt-metal to 0979abdb853ad4cc8a32d90cce6825a3967d1adc 2025-01-01 (#1695) This PR uplifts the third_party/tt-metal to the 0979abdb853ad4cc8a32d90cce6825a3967d1adc Co-authored-by: kmitrovicTT <169657397+kmitrovicTT@users.noreply.github.com> --- 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 8224ed461..ea67c98d7 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -1,6 +1,6 @@ include(ExternalProject) -set(TT_METAL_VERSION "c4df003d49057066c59a227d7511fca2e9999043") +set(TT_METAL_VERSION "0979abdb853ad4cc8a32d90cce6825a3967d1adc") if ("$ENV{ARCH_NAME}" STREQUAL "grayskull") set(ARCH_NAME "grayskull")