[Mlir-commits] [mlir] [mlir][sparse] introduce sparse_tensor.reinterpret_map operation. (PR #70378)

Aart Bik llvmlistbot at llvm.org
Thu Oct 26 14:24:14 PDT 2023


================
@@ -430,8 +430,9 @@ def SparseTensorEncodingAttr : SparseTensor_Attr<"SparseTensorEncoding",
     std::optional<uint64_t> getStaticLvlSliceStride(::mlir::sparse_tensor::Level lvl) const;
 
     //
-    // Helper function to build IR related to the encoding.
+    // Helper function to build translate between level/dimension space.
----------------
aartbik wrote:

to build translation IR between...
OR
to translate between...

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


More information about the Mlir-commits mailing list