File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -706,11 +706,11 @@ module attributes {transform.with_named_sequence} {
706706func.func @simple_fill (%arg0: memref <128 xf32 >) -> memref <128 xf32 > {
707707 %c0 = arith.constant 0 : index
708708 %cst = arith.constant dense <0.000000e+00 > : vector <32 xf32 >
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 <128 xf32 > to memref <128 xf32 , strided <[1 ], offset : ?>>
716716
You can’t perform that action at this time.
0 commit comments