Skip to content

Commit 6397ea7

Browse files
authored
[mlir][sparse] minor edit of map reinterpretation pass doc (#70513)
Fixed typo, 80-col
1 parent d3cbf9f commit 6397ea7

File tree

1 file changed

+7
-6
lines changed
  • mlir/include/mlir/Dialect/SparseTensor/Transforms

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ include "mlir/Pass/PassBase.td"
1414
def SparseReinterpretMap : Pass<"sparse-reinterpret-map", "ModuleOp"> {
1515
let summary = "Reinterprets sparse tensor type mappings";
1616
let description = [{
17-
A pass that reinterprets the mappings in all sparse tensor types in a way that
18-
enables subsequent sparification. This involves expressing all `linalg.generic`
19-
operations in terms of level coordinates (rather than the dimension coordinates
20-
of the input tensors) to align the iteration space with the potentially remapped
21-
level space as well as resolving cycles in the resulting iteration graphs with
22-
explicit sparse tensor conversions where needed.
17+
A pass that reinterprets the mappings in all sparse tensor types in a
18+
way that enables subsequent sparsification. This involves expressing all
19+
`linalg.generic` operations in terms of level coordinates (rather than
20+
the dimension coordinates of the input tensors) to align the iteration
21+
space with the potentially remapped level space as well as resolving cycles
22+
in the resulting iteration graphs with explicit sparse tensor conversions
23+
where needed.
2324
}];
2425
let constructor = "mlir::createSparseReinterpretMapPass()";
2526
let dependentDialects = [

0 commit comments

Comments
 (0)