Skip to content

Commit 7dab720

Browse files
Update mlir/test/Dialect/GPU/transform-gpu.mlir
Co-authored-by: Oleksandr "Alex" Zinenko <[email protected]>
1 parent 3e86c1f commit 7dab720

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mlir/test/Dialect/GPU/transform-gpu.mlir

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -706,11 +706,11 @@ module attributes {transform.with_named_sequence} {
706706
func.func @simple_fill(%arg0: memref<128xf32>) -> memref<128xf32> {
707707
%c0 = arith.constant 0 : index
708708
%cst = arith.constant dense<0.000000e+00> : vector<32xf32>
709-
// CHECK: %[[C6:.*]] = arith.constant 6 : index
710-
// CHECK: gpu.launch
709+
// CHECK: %[[C6:.*]] = arith.constant 6 : index
710+
// CHECK: gpu.launch
711711
scf.forall (%arg1) in (1) {
712-
// CHECK: %[[BIDX:.*]] = gpu.block_id x
713-
// CHECK: %[[BLX:.*]] = affine.apply #[[$MAPB]]()[%[[BIDX]]]
712+
// CHECK: %[[BIDX:.*]] = gpu.block_id x
713+
// CHECK: %[[BLX:.*]] = affine.apply #[[$MAPB]]()[%[[BIDX]]]
714714
%0 = affine.apply #map(%arg1)
715715
%subview = memref.subview %arg0[%0] [128] [1] : memref<128xf32> to memref<128xf32, strided<[1], offset: ?>>
716716

0 commit comments

Comments
 (0)