Note, this revision relies on the following revision
for a bugfix in the memref copy library in order for
all sparse integration tests to pass.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D106038
[mlir][sparse] replace linalg.copy with memref.copy ClosedPublic Authored by aartbik on Jul 14 2021, 10:59 PM.
Details Summary Note, this revision relies on the following revision
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 15 others. · View Herald TranscriptJul 14 2021, 10:59 PM aartbik added a parent revision: D106036: [mlir][crunner] fix bug in memref copy for rank 0.Jul 14 2021, 11:02 PM This revision is now accepted and ready to land.Jul 15 2021, 1:39 AM Closed by commit rG68ac2e53ff28: [mlir][sparse] replace linalg.copy with memref.copy (authored by aartbik). · Explain WhyJul 15 2021, 7:57 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 358843 mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
mlir/test/Dialect/SparseTensor/dense.mlir
mlir/test/Dialect/SparseTensor/sparse_1d.mlir
mlir/test/Dialect/SparseTensor/sparse_2d.mlir
mlir/test/Dialect/SparseTensor/sparse_3d.mlir
mlir/test/Dialect/SparseTensor/sparse_lower.mlir
mlir/test/Dialect/SparseTensor/sparse_lower_col.mlir
mlir/test/Dialect/SparseTensor/sparse_lower_inplace.mlir
mlir/test/Dialect/SparseTensor/sparse_nd.mlir
|