[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


================
@@ -92,6 +93,18 @@ struct SparsificationPass
   }
 };
 
+struct StageSparseOperationsPass
----------------
aartbik wrote:

if you keep header order, this is good, but otherwise change as needed

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


More information about the Mlir-commits mailing list