File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
mlir/test/Integration/Dialect/Linalg/CPU Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ func.func @main() {
8080 %c64x57 = arith.constant dense <0.0 > : tensor <16 x29 xf32 >
8181 %c3x4 = arith.constant dense <0.0 > : tensor <3 x4 xf32 >
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 <0 xf32 >
8989 %d0x = tensor.cast %c0x : tensor <0 xf32 > to tensor <?xf32 >
You can’t perform that action at this time.
0 commit comments