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 bc69dd6 commit 09100c7Copy full SHA for 09100c7
mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
@@ -416,7 +416,7 @@ struct LinalgTileAndFuseTensorOps
416
FuncOp funcOp = getFunction();
417
OpBuilder b(funcOp.getContext());
418
419
- // Heuristic to find a goor operation to tile and start fusion. Walk all
+ // Heuristic to find a good operation to tile and start fusion. Walk all
420
// operations and select the one with the maximal backward slice of fusion
421
// candidates.
422
LinalgOp rootOp = nullptr;
0 commit comments