Modify the integration test to check number_of_entries and use it to limit for
outputing sparse tensor values.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D138046
[mlir][sparse] Only insert non-zero values to the result of the concatenate operation. ClosedPublic Authored by bixia on Nov 15 2022, 10:50 AM.
Details Summary Modify the integration test to check number_of_entries and use it to limit for
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 15 2022, 10:55 AM This revision was landed with ongoing or failed builds.Nov 15 2022, 11:53 AM Closed by commit rG13c41757b104: [mlir][sparse] Only insert non-zero values to the result of the concatenate… (authored by bixia). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 475549 mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
mlir/test/Integration/Dialect/SparseTensor/CPU/concatenate.mlir
|