[Mlir-commits] [mlir] [mlir][sparse] support type conversion from SoA COO to memrefs. (PR #82398)
Aart Bik
llvmlistbot at llvm.org
Tue Feb 20 10:55:56 PST 2024
================
@@ -18,6 +18,18 @@
namespace mlir {
namespace sparse_tensor {
+/// A simple structure that encodes a range of levels in the sparse tensors that
+/// forms a COO segment.
----------------
aartbik wrote:
Perhaps use syntax [low, high) to show upper bound is non-exclusive
https://github.com/llvm/llvm-project/pull/82398
More information about the Mlir-commits
mailing list