Skip to content

Commit 98430c8

Browse files
committed
chore: update comment.
1 parent e3e20bf commit 98430c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Tosa/Transforms/TosaFolders.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ DenseElementsAttr tile(DenseElementsAttr inputValues, ShapedType outputType) {
17481748
if (auto intType = dyn_cast<IntegerType>(baseType)) {
17491749
switch (intType.getWidth()) {
17501750
case 1:
1751-
// i1 has special alignment which is not handled by transposeTypeRaw.
1751+
// i1 has special alignment which is not handled by tileTypeRaw.
17521752
return tileType<bool>(inputValues, inputType, outputType);
17531753
case 8:
17541754
return tileTypeRaw<uint8_t>(inputValues, inputType, outputType);

0 commit comments

Comments
 (0)