Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h | ||
---|---|---|
165 | For consistency,put this on same line kDenseOp // special category for all dense ops | |
652 | document the new api, what does the bool mean | |
mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp | ||
95 | can ... have (not can .. has) | |
524 | rather than always accepting this, can we simply add kDenseOp as special case and skip invalidId only on second? | |
549 | same here? | |
889 | this should be a case for kDenseOp only (or possibly an assert on that when invalid) | |
1466 | we are dealing with an operation that is ... |
For consistency,put this on same line
kDenseOp // special category for all dense ops