Skip to content

Commit

Permalink
Uplift third_party/tt-metal to dde5614e816b20110b0bb8c96aeefe5a0a7bad…
Browse files Browse the repository at this point in the history
…a1 2024-12-04 (#1493)

* Uplift third_party/tt-metal to dde5614e816b20110b0bb8c96aeefe5a0a7bada1 2024-12-04

* Add back includes for system_desc that were removed in tt-metal

to access definitions: DRAM_ALIGNMENT, eth_l1_mem, L1_ALIGNMENT,
PCIE_ALIGNMENT

* Cherry pick tt-metal fix to solve hangs in tt-explorer job

---------

Co-authored-by: kmitrovicTT <[email protected]>
Co-authored-by: Brata Choudhury <[email protected]>
Co-authored-by: Kyle Mabee <[email protected]>
  • Loading branch information
4 people authored Dec 5, 2024
1 parent 9405473 commit b5bc103
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions runtime/lib/common/system_desc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@

#define FMT_HEADER_ONLY
#include "distributed/mesh_device.hpp"
#include "eth_l1_address_map.h"
#include "host_api.hpp"
#include "hostdevcommon/common_values.hpp"
#include "noc/noc_parameters.h"

namespace tt::runtime::system_desc {
static ::tt::target::Dim2d toFlatbuffer(const CoreCoord &coreCoord) {
Expand Down
2 changes: 1 addition & 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 "6a524ab817aeb09c273e37254f39ad8124ddf2f8")
set(TT_METAL_VERSION "28e140381c515c053308c97cb952eba2176abf20")

if ("$ENV{ARCH_NAME}" STREQUAL "grayskull")
set(ARCH_NAME "grayskull")
Expand Down

0 comments on commit b5bc103

Please sign in to comment.