Skip to content

Commit

Permalink
Uplift third_party/tt-metal to 4952f01a39068cba4e85c93cf34c4f95f10f5c…
Browse files Browse the repository at this point in the history
…34 2024-12-06 (#1522)

* Uplift third_party/tt-metal to 4952f01a39068cba4e85c93cf34c4f95f10f5c34 2024-12-06

* remove libnng and libuv dependencies, they are now part of libdevice.so

---------

Co-authored-by: kmitrovicTT <169657397+kmitrovicTT@users.noreply.github.com>
Co-authored-by: Bezulj Marko <mbezulj@tenstorrent.com>
  • Loading branch information
3 people authored and azecevicTT committed Dec 16, 2024
1 parent a07316f commit 401a04f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion runtime/tools/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
linklibs += ["TTRuntimeTTMetal", "tt_metal"]

if enable_ttnn or enable_ttmetal:
runlibs += ["libdevice.so", "libnng.so.1", "libuv.so.1"]
runlibs += ["libdevice.so"]
linklibs += ["TTRuntimeSysDesc", "TTRuntimeDebug", "TTRuntimeWorkarounds"]

if enable_perf:
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 "3389120b3747b521fa9b7ef333a379554359d961")
set(TT_METAL_VERSION "4952f01a39068cba4e85c93cf34c4f95f10f5c34")

if ("$ENV{ARCH_NAME}" STREQUAL "grayskull")
set(ARCH_NAME "grayskull")
Expand Down
3 changes: 0 additions & 3 deletions tools/ttnn-standalone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ set(LINK_LIBS
# The below libs have been added to tt-metal repo at some point, but are not
# currently needed by the targets here - leaving them commented here for
# reference
#
# nng
# uv

# TTNN
# _ttnn # Why doesn't this work?
Expand Down

0 comments on commit 401a04f

Please sign in to comment.