[Mlir-commits] [mlir] [mlir][sparse] introduce a pass to stage complex sparse operations in… (PR #68436)

Yinying Li llvmlistbot at llvm.org
Fri Oct 6 13:49:59 PDT 2023


================
@@ -123,6 +123,18 @@ def SparsificationPass : Pass<"sparsification", "ModuleOp"> {
   ];
 }
 
+def StageSparseOperations : Pass<"stage-sparse-ops", "func::FuncOp"> {
+  let summary = "Decompose a complex sparse operations into multiple stages";
+  let description = [{
+    A pass that decomposes a complex sparse operations into multiple stages.
----------------
yinying-lisa-li wrote:

nit: operation instead of operations in both summary and description?

https://github.com/llvm/llvm-project/pull/68436


More information about the Mlir-commits mailing list