[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:13:52 PDT 2023


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

Never mind. I am still getting used to the new diff tools and this looked like it was at EOF.
So, good to go!

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


More information about the Mlir-commits mailing list