[Mlir-commits] [mlir] [mlir][sparse] Implement parsing n out of m (PR #79935)
Yinying Li
llvmlistbot at llvm.org
Thu Feb 8 10:00:58 PST 2024
================
@@ -154,9 +154,10 @@ enum class Action : uint32_t {
/// This enum defines all the sparse representations supportable by
/// the SparseTensor dialect. We use a lightweight encoding to encode
-/// both the "format" per se (dense, compressed, singleton, loose_compressed,
-/// two-out-of-four) as well as the "properties" (ordered, unique). The
-/// encoding is chosen for performance of the runtime library, and thus may
+/// the "format" per se (dense, compressed, singleton, loose_compressed,
+/// n-out-of-m), the "properties" (ordered, unique) as well as n and m for
----------------
yinying-lisa-li wrote:
Sounds good!
https://github.com/llvm/llvm-project/pull/79935
More information about the Mlir-commits
mailing list