Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.h | ||
---|---|---|
75 | period at end | |
88 | here and a few below, missing period | |
123 | you have fully mastered MLIR when you start to use CRTP in your helper classes ;-) | |
136 | saying TypeRange and ValueRange here for the two fields is not very informative in addition to the already given types. You really want to say, The types of all returned results and The values of all input parameters. | |
138 | typo: implementation | |
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp | ||
889 | is it possible to keep this class at the original place (at least for this revision) so that I can get a better diff on the original and new code? |
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp | ||
---|---|---|
972 | I assume this will become a flag eventually, but for now simply do /*genCall=*/true when you add the flag, make sure to add a CHECK test for a situation with and without inlining |
period at end