Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mlir][sparse] minor edit of map reinterpretation pass doc #70513

Merged
merged 1 commit into from Oct 27, 2023

Conversation

aartbik
Copy link
Contributor

@aartbik aartbik commented Oct 27, 2023

Fixed typo, 80-col

@llvmbot llvmbot added mlir:sparse Sparse compiler in MLIR mlir labels Oct 27, 2023
@llvmbot
Copy link
Collaborator

llvmbot commented Oct 27, 2023

@llvm/pr-subscribers-mlir-sparse

@llvm/pr-subscribers-mlir

Author: Aart Bik (aartbik)

Changes

Fixed typo, 80-col


Full diff: https://github.com/llvm/llvm-project/pull/70513.diff

1 Files Affected:

  • (modified) mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td (+7-6)
diff --git a/mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td b/mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td
index db9cc701d253c01..99dbd7ab3677e74 100644
--- a/mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td
+++ b/mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td
@@ -14,12 +14,13 @@ include "mlir/Pass/PassBase.td"
 def SparseReinterpretMap : Pass<"sparse-reinterpret-map", "ModuleOp"> {
   let summary = "Reinterprets sparse tensor type mappings";
   let description = [{
-    A pass that reinterprets the mappings in all sparse tensor types in a way that
-    enables subsequent sparification. This involves expressing all `linalg.generic`
-    operations in terms of level coordinates (rather than the dimension coordinates
-    of the input tensors) to align the iteration space with the potentially remapped
-    level space as well as resolving cycles in the resulting iteration graphs with
-    explicit sparse tensor conversions where needed.
+    A pass that reinterprets the mappings in all sparse tensor types in a
+    way that enables subsequent sparsification. This involves expressing all
+    `linalg.generic` operations in terms of level coordinates (rather than
+    the dimension coordinates of the input tensors) to align the iteration
+    space with the potentially remapped level space as well as resolving cycles
+    in the resulting iteration graphs with explicit sparse tensor conversions
+    where needed.
   }];
   let constructor = "mlir::createSparseReinterpretMapPass()";
   let dependentDialects = [

@aartbik aartbik merged commit 6397ea7 into llvm:main Oct 27, 2023
4 of 5 checks passed
@aartbik aartbik deleted the bik branch October 27, 2023 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mlir:sparse Sparse compiler in MLIR mlir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants