Example: compressed(nonunique, nonordered) or compressed(nonordered, nonunique) instead of compressed_nu_no.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/include/mlir/Dialect/SparseTensor/IR/Enums.h | ||
|---|---|---|
| 204 | I am not super thrilled with the name, but have no good alternatives but okay for now | |
| mlir/lib/Dialect/SparseTensor/IR/Detail/DimLvlMap.cpp | ||
| 394 | since we are not round tripping, this is not required yet right? | |
| mlir/lib/Dialect/SparseTensor/IR/Detail/LvlTypeParser.h | ||
| 22–23 | I would still keep the trivial constructor (now without the map) LvlTypeParser() {} | |
| 22–23 | I think you can remove these TODOs, we know pretty well what we still need for migraton | |
| mlir/lib/Dialect/SparseTensor/IR/Detail/LvlTypeParser.h | ||
|---|---|---|
| 22–23 | Sounds good. Cider is recommending LvlTypeParser() = default;, so I'll use that. | |
I am not super thrilled with the name, but have no good alternatives
since indeed we have default prop = 0 and non-default prop = 1 for the bit position
but okay for now