From f41bd315f63f90a64a5c40c4ef780366a87cca49 Mon Sep 17 00:00:00 2001 From: Kyle Mabee Date: Sun, 12 Jan 2025 18:14:20 +0000 Subject: [PATCH] Update tt-metal version for reflection.hpp fix --- 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 ac28d84f4..ae5539b9f 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -1,6 +1,6 @@ include(ExternalProject) -set(TT_METAL_VERSION "2df5583e46") +set(TT_METAL_VERSION "6e891b6007") if ("$ENV{ARCH_NAME}" STREQUAL "grayskull") set(ARCH_NAME "grayskull")