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.
-allocate-arm-sme-tiles
1 parent e3f154d commit a176710Copy full SHA for a176710
mlir/include/mlir/Dialect/ArmSME/Transforms/Passes.td
@@ -87,8 +87,9 @@ def TileAllocation
87
let summary = "Allocate SME tiles";
88
let description = [{
89
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.
+ 'func.func' op level, and assigns tile IDs (via an attribute) to all ops
+ that implement the `ArmSMETileOpInterface`. An error will be emitted when
92
+ there's no tiles left.
93
}];
94
let constructor = "mlir::arm_sme::createTileAllocationPass()";
95
let dependentDialects = ["func::FuncDialect"];
0 commit comments