[Mlir-commits] [mlir] [mlir][sparse] support querying sparse buffer types from sparse tenso… (PR #88308)

Yinying Li llvmlistbot at llvm.org
Wed Apr 10 16:31:29 PDT 2024


================
@@ -401,6 +401,26 @@ def SparseTensorEncodingAttr : SparseTensor_Attr<"SparseTensorEncoding",
     /// the null encoding (since dense-tensors are always all-ordered).
     bool isAllOrdered() const;
 
+    //
+    // storage type methods.
----------------
yinying-lisa-li wrote:

nit: Storage?

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


More information about the Mlir-commits mailing list