Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h | ||
|---|---|---|
| 164 | For consistency,put this on same line kDenseOp // special category for all dense ops | |
| 651 | 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? | |
| 545 | same here? | |
| 885–891 | this should be a case for kDenseOp only (or possibly an assert on that when invalid) | |
| 1464 | we are dealing with an operation that is ... | |
For consistency,put this on same line
kDenseOp // special category for all dense ops