Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.cpp | ||
---|---|---|
1132 | Ah, I see why you prefer the LO=POS(2i) and HI=POS(2i+1) so much ;-) For the records, we may still consider storing this as LO/HI or LO/LEN parallel arrays at some point, perhaps with even more level types or properties, just to give the choice. |
mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.cpp | ||
---|---|---|
1132 | Not only that, but also because I do not need to change the sparse tensor layout/specifier |
Ah, I see why you prefer the LO=POS(2i) and HI=POS(2i+1) so much ;-)
For the records, we may still consider storing this as LO/HI or LO/LEN parallel arrays at some point, perhaps with even more level types or properties, just to give the choice.