Skip to content

Commit e27a0f5

Browse files
committed
fixup! [mlir][vector] Update tests for collapse 1/n (nfc)
Fix failing test
1 parent 839465c commit e27a0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Vector/vector-transfer-collapse-inner-most-dims.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func.func @negative_scalable_unit_dim(%in: memref<1x1x8x1xf32, strided<[3072, 8,
6161
%0 = vector.transfer_read %in[%c0, %c0, %c0, %c0], %cst {in_bounds = [true, true, true]} : memref<1x1x8x1xf32, strided<[3072, 8, 1, 1], offset: ?>>, vector<1x8x[1]xf32>
6262
return %0 : vector<1x8x[1]xf32>
6363
}
64-
// CHECK-LABEL: func @scalable_unit_dim
64+
// CHECK-LABEL: func @negative_scalable_unit_dim
6565
// CHECK-NOT: memref.subview
6666
// CHECK-NOT: vector.shape_cast
6767

0 commit comments

Comments
 (0)