[Mlir-commits] [mlir] [mlir][sparse] add sparsification options to pretty print and debug s… (PR #80205)

Aart Bik llvmlistbot at llvm.org
Thu Feb 1 10:59:12 PST 2024


================
@@ -47,6 +47,12 @@ enum class ReinterpretMapScope {
   kExceptGeneric, // reinterprets operation other than linalg.generic
 };
 
+/// Defines a scope for reinterpret map pass.
+enum class DebugSparseIteration {
+  kNone,          // generate fully inlined (and functional) sparse iteration
----------------
aartbik wrote:

I would not call this "none"
How about

kFunctional or kComplete, or something like that

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


More information about the Mlir-commits mailing list