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

Aart Bik llvmlistbot at llvm.org
Fri Oct 6 14:10:16 PDT 2023


================
@@ -123,6 +123,18 @@ def SparsificationPass : Pass<"sparsification", "ModuleOp"> {
   ];
 }
 
+def StageSparseOperations : Pass<"stage-sparse-ops", "func::FuncOp"> {
----------------
aartbik wrote:

This should be in the same order as header file, so either here before  PostSparsificationRewriting or in header file at end

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


More information about the Mlir-commits mailing list