Skip to content

Commit

Permalink
Uplift third_party/tt-metal to ed413ee399ad289740105b709c20e9144ec4f0…
Browse files Browse the repository at this point in the history
…35 2024-12-14 (#1572)

This PR uplifts the third_party/tt-metal to the ed413ee399ad289740105b709c20e9144ec4f035

- Switch to tt-metal branch that reverts a pair of commits. remainder op w/ float32 broken.
- Add cpmcache json to tt-metal include dirs so nlohmann/json.hpp can be found (CPM package now)

---------

Co-authored-by: kmitrovicTT <[email protected]>
Co-authored-by: Kyle Mabee <[email protected]>
  • Loading branch information
3 people authored Dec 14, 2024
1 parent 11007aa commit 1c1cb18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include(ExternalProject)

set(TT_METAL_VERSION "2f59d5e02ef0da955b99cf0f49da1759c772a67a")
set(TT_METAL_VERSION "5f821d46d6726e1fcf06b0802e2b40aae0af9e38")

if ("$ENV{ARCH_NAME}" STREQUAL "grayskull")
set(ARCH_NAME "grayskull")
Expand Down Expand Up @@ -34,6 +34,7 @@ set(TTMETAL_INCLUDE_DIRS
${PROJECT_SOURCE_DIR}/third_party/tt-metal/src/tt-metal/.cpmcache/fmt/73b5ec45edbd92babfd91c3777a9e1ab9cac8238/include
${PROJECT_SOURCE_DIR}/third_party/tt-metal/src/tt-metal/.cpmcache/magic_enum/1e1af177d4ab0ef660f105434fd1017c4d1f8c17/include/magic_enum
${PROJECT_SOURCE_DIR}/third_party/tt-metal/src/tt-metal/.cpmcache/boost_core/e679bef5c160cf29d0f37d549881dc5f5a58c332/include
${PROJECT_SOURCE_DIR}/third_party/tt-metal/src/tt-metal/.cpmcache/json/230202b6f5267cbf0c8e5a2f17301964d95f83ff/include
PARENT_SCOPE
)

Expand Down

0 comments on commit 1c1cb18

Please sign in to comment.