Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h | ||
---|---|---|
150–151 | .... given the number of tensors, native loops, and filter loops. The user ... | |
151–173 | typo: addition | |
152 | handle affine expressions | |
156 | maybe make a forward looking note that we would really like to make the filter loop "smart" and avoid scanning the full stored index space with e.g. keeping last position in ordered lists | |
mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp | ||
157–160 | document output parameter | |
185 | / at end just period? | |
186 | We continue | |
201 | this and one below, although name is somewhat self explanatory, still document it, maybe even with an affine expression example and returned value | |
291 | Loop -> loop |
mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h | ||
---|---|---|
156 | Good suggestion! |
.... given the number of tensors, native loops, and filter loops. The user ...