Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp | ||
---|---|---|
498 | can you make this a for loop with the init, test and update all in one line? |
mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp | ||
---|---|---|
497 | Why not use x.getSpecifier().getDefiningOp... since that's how it's called in both of the use sites? |
Why not use x.getSpecifier().getDefiningOp... since that's how it's called in both of the use sites?