[Mlir-commits] [mlir] [mlir][sparse] add ReinterpretMapScopeOption for the pass (PR #70486)
Yinying Li
llvmlistbot at llvm.org
Fri Oct 27 11:26:16 PDT 2023
================
@@ -40,6 +40,14 @@ enum class SparseParallelizationStrategy {
kAnyStorageAnyLoop
};
+/// Define a scope for reinterpret map pass.
+enum class ReinterpretMapScope {
+ kAll, // reinterpret all applicable operations.
----------------
yinying-lisa-li wrote:
nit: reinterprets
https://github.com/llvm/llvm-project/pull/70486
More information about the Mlir-commits
mailing list