Skip to content

Commit 09100c7

Browse files
author
Tobias Gysi
committed
[mlir][linalg] Fix typo (NFC).
1 parent bc69dd6 commit 09100c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ struct LinalgTileAndFuseTensorOps
416416
FuncOp funcOp = getFunction();
417417
OpBuilder b(funcOp.getContext());
418418

419-
// Heuristic to find a goor operation to tile and start fusion. Walk all
419+
// Heuristic to find a good operation to tile and start fusion. Walk all
420420
// operations and select the one with the maximal backward slice of fusion
421421
// candidates.
422422
LinalgOp rootOp = nullptr;

0 commit comments

Comments
 (0)