diff options
| author | Kazuaki Ishizaki <kiszk@users.noreply.github.com> | 2019-10-20 09:44:06 -0700 |
|---|---|---|
| committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-10-20 09:44:36 -0700 |
| commit | f28c5aca1766889cc19b09ee32796df3e7b52cfe (patch) | |
| tree | b8b361fb5dae8136b577b7f3ab0e238f40081dff /mlir/test/Transforms | |
| parent | 8bfedb3ca599ccf3c507e721f4bf5e6a3b026f8c (diff) | |
| download | bcm5719-llvm-f28c5aca1766889cc19b09ee32796df3e7b52cfe.tar.gz bcm5719-llvm-f28c5aca1766889cc19b09ee32796df3e7b52cfe.zip | |
Fix minor spelling tweaks (NFC)
Closes tensorflow/mlir#175
PiperOrigin-RevId: 275726876
Diffstat (limited to 'mlir/test/Transforms')
| -rw-r--r-- | mlir/test/Transforms/loop-fusion.mlir | 4 | ||||
| -rw-r--r-- | mlir/test/Transforms/parametric-tiling.mlir | 2 | ||||
| -rw-r--r-- | mlir/test/Transforms/simplify-affine-structures.mlir | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/mlir/test/Transforms/loop-fusion.mlir b/mlir/test/Transforms/loop-fusion.mlir index 6ff31de7318..36bcd0e5466 100644 --- a/mlir/test/Transforms/loop-fusion.mlir +++ b/mlir/test/Transforms/loop-fusion.mlir @@ -1485,7 +1485,7 @@ func @should_fuse_at_depth_above_loop_carried_dependence(%arg0: memref<64x4xf32> // depth at which we can insert the src loop nest slice into the dst loop // lest must be decreased because of a loop carried dependence on loop '%i3'. // As a result, the source loop nest is inserted at dst loop nest depth 1, - // just above the loop with the carried depenence. In addition, the source + // just above the loop with the carried dependence. In addition, the source // loop nest iteration bounds on its loop '%i1' are reduced to 1, so the // memref size can be reduced to 128x1xf32. @@ -2185,7 +2185,7 @@ func @affine_2mm_fused(%arg0: memref<1024x1024xf32>, %arg1: memref<1024x1024xf32 } } - // Should fuse MM intialization loops into their consumers, then fuse the + // Should fuse MM initialization loops into their consumers, then fuse the // two matmul loops together for input reuse on '%arg0/%arg1'. // CHECK: affine.for %{{.*}} = 0 to 1024 { diff --git a/mlir/test/Transforms/parametric-tiling.mlir b/mlir/test/Transforms/parametric-tiling.mlir index 42654628970..2e715fd3176 100644 --- a/mlir/test/Transforms/parametric-tiling.mlir +++ b/mlir/test/Transforms/parametric-tiling.mlir @@ -84,7 +84,7 @@ func @triangular(%arg0: memref<?x?xf32>) { // New outer step (original is %c1). // COMMON-NEXT: %[[step:.*]] = muli %c1, %[[size]] - // Constant adjustement for inner loop has been hoisted out. + // Constant adjustment for inner loop has been hoisted out. // TILE_74: %[[adjustment2:.*]] = subi %c2, %c1_{{.*}} // New outer loop. diff --git a/mlir/test/Transforms/simplify-affine-structures.mlir b/mlir/test/Transforms/simplify-affine-structures.mlir index 07a2482f105..9e5e7f966d2 100644 --- a/mlir/test/Transforms/simplify-affine-structures.mlir +++ b/mlir/test/Transforms/simplify-affine-structures.mlir @@ -30,7 +30,7 @@ d0 * 7 + d1 * 5 + s0 * 11 + s1 == 0, d0 - 1 == 0, d0 + 2 == 0) -// This is an artifically created system to exercise the worst case behavior of +// This is an artificially created system to exercise the worst case behavior of // FM elimination - as a safeguard against improperly constructed constraint // systems or fuzz input. #set_fuzz_virus = (d0, d1, d2, d3, d4, d5) : ( 1089234*d0 + 203472*d1 + 82342 >= 0, |

