Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h | ||
---|---|---|
151 | .... given the number of tensors, native loops, and filter loops. The user ... | |
156–158 | typo: addition | |
157 | handle affine expressions | |
161 | 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 | ||
145 | document output parameter | |
170 | / at end just period? | |
171 | We continue | |
186 | this and one below, although name is somewhat self explanatory, still document it, maybe even with an affine expression example and returned value | |
266 | Loop -> loop |
mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h | ||
---|---|---|
161 | Good suggestion! |
.... given the number of tensors, native loops, and filter loops. The user ...