Refactor the rewriting of sparse_tensor.sort to support the implementation of
sparse_tensor.sort_coo.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td | ||
---|---|---|
533–534 | While we are here, can we rephrase this a bit? I would say something along the lines of that it stores the COO definition in sparse tensor type in a more efficient way. | |
mlir/lib/Dialect/SparseTensor/Transforms/SparseBufferRewriting.cpp | ||
69–72 | add short descript of new params |
Comment Actions
Fix comment for the instruction definition; add document for the new parameters nx, ny, isCoo.
While we are here, can we rephrase this a bit? I would say something along the lines of that it stores the COO definition in sparse tensor type in a more efficient way.