Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp | ||
---|---|---|
699 | Can this constraint be further released? You do not need identity ordering for dense tensors (they can be accessed in random order). But of course, foreachOp does not support this, so maybe this is a future work? |
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp | ||
---|---|---|
719 | This brace should be removed per style guide. |
Comment Actions
Removed unnecessary {}. Added a TODO.
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp | ||
---|---|---|
699 | Right, I add a TODO and will work on that. |
Can this constraint be further released? You do not need identity ordering for dense tensors (they can be accessed in random order).
But of course, foreachOp does not support this, so maybe this is a future work?