Skip to content

Commit

Permalink
Remove UNSUPPORTED:true on a couple more TTMetal tests to see if they…
Browse files Browse the repository at this point in the history
… pass
  • Loading branch information
kmabeeTT committed Aug 31, 2024
1 parent ec7c025 commit 33d3ba6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/ttmlir/Silicon/TTMetal/simple_eltwise.mlir
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// RUN: ttmlir-opt --ttir-load-system-desc="path=%system_desc_path%" --ttir-to-ttmetal-backend-pipeline --ttmetal-serialize-to-binary="output=%t.ttm" %s | FileCheck %s
// UNSUPPORTED: true
#any_device = #tt.operand_constraint<dram|l1|scalar|tile|any_device|any_device_tile>

func.func @multiply(%arg0: tensor<64x128xf32>, %arg1: tensor<64x128xf32>) -> tensor<64x128xf32> {
Expand Down
1 change: 0 additions & 1 deletion test/ttmlir/Silicon/TTMetal/tiled_reblock.mlir
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// RUN: ttmlir-opt --ttir-load-system-desc="path=%system_desc_path%" --ttir-implicit-device --ttir-allocate --convert-ttir-to-ttmetal %s | FileCheck %s
// UNSUPPORTED: true
#l1_ = #tt.memory_space<l1>

#untilized = #tt.layout<(d0, d1) -> (d0, d1), undef, <1x1>, memref<64x128xf32, #l1_>>
Expand Down

0 comments on commit 33d3ba6

Please sign in to comment.