Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp | ||
|---|---|---|
| 265 | Can you keep this close to the second for-loop, because otherwise it reads a bit out of place here | |
| 269 | are not -> is not | |
| 271 | we only need to do this when !reset at this point, right? | |
| mlir/unittests/Dialect/SparseTensor/MergerTest.cpp | ||
| 415 | BONUS POINTS for adding a neat test!!! | |
| mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp | ||
|---|---|---|
| 278–280 | oh, you can use be instead of calling size() each time | |
Can you keep this close to the second for-loop, because otherwise it reads a bit out of place here