Skip to content

Commit

Permalink
Marking test as unsupported to unblock metal uplift.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjordjevicTT committed Dec 27, 2024
1 parent 9360b7f commit 641154e
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 641154e

Please sign in to comment.