Skip to content

Commit

Permalink
Remove XFAIL for now-passing test (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
svuckovicTT authored Aug 23, 2024
1 parent 3819089 commit 3969de3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// RUN: ttmlir-opt --ttir-load-system-desc --ttir-layout --ttnn-open-device --convert-ttir-to-ttnn %s | FileCheck %s
// XFAIL: true
#any_device = #tt.operand_constraint<dram|l1|scalar|tile|any_device|any_device_tile>
module attributes {} {
func.func @forward(%arg0: tensor<32xf32>, %arg1: tensor<512x128xf32>) -> tensor<32x128xf32> {
Expand Down

0 comments on commit 3969de3

Please sign in to comment.