We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb82771 commit 63f5b80Copy full SHA for 63f5b80
mlir/lib/Dialect/Linalg/Transforms/Split.cpp
@@ -40,7 +40,7 @@ createSplitPart(RewriterBase &b, Location loc, TilingInterface op,
40
sizesCopy[dimension] = size;
41
offsetsCopy[dimension] = offset;
42
43
- // Create the part as it it were a single tile.
+ // Create the part as if it were a single tile.
44
FailureOr<TilingResult> tilingResult =
45
op.getTiledImplementation(b, offsetsCopy, sizesCopy);
46
0 commit comments