Skip to content

Commit

Permalink
Uplift third_party/tt-metal to 02fb2125f3fe1f05afd38bcea7993ccb7df873…
Browse files Browse the repository at this point in the history
…13 2025-02-11 (#2172)

This PR uplifts the third_party/tt-metal to the
02fb2125f3fe1f05afd38bcea7993ccb7df87313

- Mark ttnn.conv_transpose2d tests as unsupported after metal change
9b459f0

---------

Co-authored-by: kmabeeTT <118925087+kmabeeTT@users.noreply.github.com>
Co-authored-by: brataTT <achoudhury@tenstorrent.com>
  • Loading branch information
3 people authored Feb 11, 2025
1 parent d6f98a6 commit 31e19ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// RUN: ttmlir-opt --ttir-to-ttnn-backend-pipeline="system-desc-path=%system_desc_path%" %s > %t.mlir
// RUN: FileCheck %s --input-file=%t.mlir
// RUN: ttmlir-translate --ttnn-to-flatbuffer %t.mlir > %t.ttnn
// UNSUPPORTED: true

module attributes {} {
func.func @forward(%arg0: tensor<3x8x8x256xbf16>, %arg1: tensor<256x256x3x3xbf16>, %arg2: tensor<1x1x1x256xbf16>) -> tensor<3x10x10x256xbf16> {
Expand Down
1 change: 1 addition & 0 deletions test/ttmlir/Silicon/TTNN/n150/simple_conv_transpose2d.mlir
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// RUN: ttmlir-opt --ttir-to-ttnn-backend-pipeline="system-desc-path=%system_desc_path%" %s > %t.mlir
// RUN: FileCheck %s --input-file=%t.mlir
// RUN: ttmlir-translate --ttnn-to-flatbuffer %t.mlir > %t.ttnn
// UNSUPPORTED: true

module attributes {} {
func.func @forward(%arg0: tensor<3x8x8x256xbf16>, %arg1: tensor<256x256x3x3xbf16>, %arg2: tensor<1x1x1x256xbf16>) -> tensor<3x10x10x256xbf16> {
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 "38578b33849c41ad70f5375856d736bc77239b8c")
set(TT_METAL_VERSION "02fb2125f3fe1f05afd38bcea7993ccb7df87313")

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

0 comments on commit 31e19ea

Please sign in to comment.