Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td | ||
---|---|---|
353–354 | While you are here, change this verb form of the old at L354 into Pushes ... and your new at L355 into returns .... | |
353–354 | using the size found at index curSize | |
401–402 | space after // // Build an op | |
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp | ||
118 | this has become really nice now! | |
996 | empty line not needed | |
mlir/test/Dialect/SparseTensor/codegen.mlir | ||
61–71 | I realize this is a pain, but the A1 -> 0 and then A6 -> 4 are getting very confusing. (probably the last time now, since have have the specifier |
While you are here, change this verb form of the old at L354 into Pushes ... and your new at L355 into returns ....