[Mlir-commits] [mlir] [mlir][sparse] Implement parsing n out of m (PR #79935)

Aart Bik llvmlistbot at llvm.org
Mon Feb 5 16:12:00 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
----------------
aartbik wrote:

you mention n-out-of-m twice?

remove the "as well as ..." part

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


More information about the Mlir-commits mailing list