Skip to content

Commit 5ef885c

Browse files
committed
typo
1 parent bd8af02 commit 5ef885c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/SCF/parallel-loop-fusion.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ func.func @reductions_use_res_inside(%A: memref<2x2xf32>, %B: memref<2x2xf32>) -
505505
return %res1, %res2 : f32, f32
506506
}
507507

508-
// %res1 is used inside second scf.parallel arg, cannot fuse
508+
// %res1 is used inside second scf.parallel, cannot fuse
509509
// CHECK-LABEL: func @reductions_use_res_inside
510510
// CHECK: scf.parallel
511511
// CHECK: scf.parallel

0 commit comments

Comments
 (0)