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 <[email protected]>
Co-authored-by: Bezulj Marko <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2024
1 parent 3578538 commit bb1d960
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

This comment has been minimized.

Copy link
@svuckovicTT

svuckovicTT Dec 9, 2024

Contributor

@vmilosevic @kmabeeTT The comment above the deleted lines should be removed as well.

This comment has been minimized.

Copy link
@kmabeeTT

kmabeeTT Dec 9, 2024

Contributor

thx, will remove

# 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 bb1d960

Please sign in to comment.