Moved some parts from comments (not user facing) to the actual description
(user facing). Rephrased a bit as well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorAttrDefs.td | ||
---|---|---|
38 | Adding "(unique)" after compressed could end up confusing users. It could either mean that:
Can we remove "(unique)" here and may be add more explanation at the end of this note. (after "no duplicates.") | |
42 | support --> supported |
mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorAttrDefs.td | ||
---|---|---|
38 | But this is TACO terminology. They use compressed (U) and compressed (not U) for this, even though compressed is the user facing keyword. But I changed it as you requested. |
Adding "(unique)" after compressed could end up confusing users. It could either mean that:
Can we remove "(unique)" here and may be add more explanation at the end of this note. (after "no duplicates.")