Skip to content

Commit 3e86c1f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ module attributes {transform.with_named_sequence} {
694694

695695
// -----
696696

697-
#map = affine_map<(d0) -> (d0 * 128)>
697+
#map = affine_map<(d0) -> (d0 * 128)>
698698
#map1 = affine_map<(d0) -> (d0 * 32)>
699699

700700
// CHECK-DAG: #[[$MAPB:.*]] = affine_map<()[s0] -> (s0 * 128)>

0 commit comments

Comments
 (0)