[Mlir-commits] [mlir] [mlir][sparse] Enable explicit and implicit value in sparse encoding (PR #88975)

Aart Bik llvmlistbot at llvm.org
Wed Apr 17 14:23:06 PDT 2024


================
@@ -167,7 +167,7 @@ def SparseTensorEncodingAttr : SparseTensor_Attr<"SparseTensorEncoding",
     - **soa** : only applicable to singleton levels, fuses the singleton
       level in SoA (structure of arrays) scheme.
 
-    In addition to the map, the following two fields are optional:
+    In addition to the map, the following four fields are optional:
----------------
aartbik wrote:

maybe just say, the following fields are optional
so we don't have to change that each time

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


More information about the Mlir-commits mailing list