Skip to content

Commit f90b48a

Browse files
committed
[mlir][linalg] Re-enable linalg runtime verification test
Test seems to pass after re-enabling without any additional changes.
1 parent 70970d0 commit f90b48a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mlir/test/Integration/Dialect/Linalg/CPU/runtime-verification.mlir

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ func.func @main() {
8080
%c64x57 = arith.constant dense<0.0> : tensor<16x29xf32>
8181
%c3x4 = arith.constant dense<0.0> : tensor<3x4xf32>
8282

83-
// TODO: BROKEN CHK: ERROR: Runtime op verification failed
84-
// TODO: BROKEN CHK-NEXT: linalg.generic
85-
// TODO: BROKEN CHK-NEXT: unexpected negative result on dimension #0 of input/output operand #0
86-
// TODO: BROKEN func.call @reverse_from_3(%d5x) : (tensor<?xf32>) -> (tensor<?xf32>)
83+
// CHECK: ERROR: Runtime op verification failed
84+
// CHECK-NEXT: linalg.generic
85+
// CHECK-NEXT: unexpected negative result on dimension #0 of input/output operand #0
86+
func.call @reverse_from_3(%d5x) : (tensor<?xf32>) -> (tensor<?xf32>)
8787

8888
%c0x = arith.constant dense<1.0> : tensor<0xf32>
8989
%d0x = tensor.cast %c0x : tensor<0xf32> to tensor<?xf32>

0 commit comments

Comments
 (0)