Skip to content

Commit

Permalink
Uplift third_party/tt-metal to 2a86ff7fdde8561ec6c60f1635937ac2b13e12…
Browse files Browse the repository at this point in the history
…2f 2024-12-27 (#1655)

This PR uplifts the third_party/tt-metal to the
2a86ff7fdde8561ec6c60f1635937ac2b13e122f

---------

Co-authored-by: kmitrovicTT <[email protected]>
Co-authored-by: Stefan Djordjevic <[email protected]>
  • Loading branch information
3 people authored Dec 27, 2024
1 parent 0012dad commit 092123c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/ttmlir/Silicon/TTNN/kv_cache/update_cache.mlir
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// 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
// Issue with metal uplift: https://github.com/tenstorrent/tt-metal/issues/16312
module {
func.func @forward(%arg0: tensor<1x32x64x512xbf16>, %arg1: tensor<1x32x1x512xbf16>) -> tensor<1x32x64x512xbf16> {
// CHECK: "ttnn.update_cache"[[C:.*]]
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 "8ab8736293d4213be6dd9e7585a80c2acdcac855")
set(TT_METAL_VERSION "2a86ff7fdde8561ec6c60f1635937ac2b13e122f")

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

0 comments on commit 092123c

Please sign in to comment.