This might simplify frontend implementation by avoiding recomputation for the same value.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D154244
[mlir][sparse] make UnpackOp return the actual filled length of unpacked memory ClosedPublic Authored by Peiming on Jun 30 2023, 11:32 AM.
Details Summary This might simplify frontend implementation by avoiding recomputation for the same value.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 30 2023, 1:58 PM Closed by commit rGa63d6a00140d: [mlir][sparse] make UnpackOp return the actual filled length of unpacked memory (authored by Peiming). · Explain WhyJun 30 2023, 2:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 536435 mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
mlir/lib/Dialect/SparseTensor/Transforms/BufferizableOpInterfaceImpl.cpp
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
mlir/test/Dialect/SparseTensor/invalid.mlir
mlir/test/Dialect/SparseTensor/roundtrip.mlir
mlir/test/Dialect/SparseTensor/sparse_pack.mlir
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_pack.mlir
|