Nicolas changed the tensor abstraction so that every output has
its own shape definition. This simplifies the "inference" that
was used in the sparse compiler.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94119
[mlir][sparse] adjust output shape inference to new tensor abstraction ClosedPublic Authored by aartbik on Jan 5 2021, 1:51 PM.
Details Summary Nicolas changed the tensor abstraction so that every output has
Diff Detail
Event TimelineHerald added subscribers: mravishankar, teijeong, rdzhabarov and 14 others. · View Herald TranscriptJan 5 2021, 1:51 PM This revision is now accepted and ready to land.Jan 5 2021, 3:09 PM Closed by commit rG8b124c19f52c: [mlir][sparse] adjust output shape inference to new tensor abstraction (authored by aartbik). · Explain WhyJan 5 2021, 3:32 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 314735 mlir/lib/Dialect/Linalg/Transforms/Sparsification.cpp
mlir/test/Dialect/Linalg/sparse_2d.mlir
|