Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp | ||
---|---|---|
52 | can you please write this in the same style as above if (auto enc = getSparseTensorEncoding(rtp))) { ... } |
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp | ||
---|---|---|
52 | Yeah, reads much easier, thanks! |
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp | ||
---|---|---|
53 | and it keeps getting better. ship it before no code is left! ;-) |
can you please write this in the same style as above
if (auto enc = getSparseTensorEncoding(rtp))) {
}
return true