Skip to content

Commit a176710

Browse files
authored
[mlir][ArmSME] Update -allocate-arm-sme-tiles description (NFC) (#74871)
1 parent e3f154d commit a176710

File tree

1 file changed

+3
-2
lines changed
  • mlir/include/mlir/Dialect/ArmSME/Transforms

1 file changed

+3
-2
lines changed

mlir/include/mlir/Dialect/ArmSME/Transforms/Passes.td

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ def TileAllocation
8787
let summary = "Allocate SME tiles";
8888
let description = [{
8989
This pass does tile allocation for SME "virtual tiles". It is run at the
90-
'func.func' op level, replacing 'arm_sme.get_tile_id' ops with (i32) tile
91-
ids. An error will be emitted when there's no tiles left.
90+
'func.func' op level, and assigns tile IDs (via an attribute) to all ops
91+
that implement the `ArmSMETileOpInterface`. An error will be emitted when
92+
there's no tiles left.
9293
}];
9394
let constructor = "mlir::arm_sme::createTileAllocationPass()";
9495
let dependentDialects = ["func::FuncDialect"];

0 commit comments

Comments
 (0)