Move genReshapeDstShape to codegen utils to support the rewriting of the tensor
reshape operators for the codegen path.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D135074
[mlir][sparse] Refactor the conversion of the tensor reshape operators. ClosedPublic Authored by bixia on Oct 3 2022, 7:01 AM.
Details Summary Move genReshapeDstShape to codegen utils to support the rewriting of the tensor
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 3 2022, 9:52 AM Closed by commit rG349bceba65ad: [mlir][sparse] Refactor the conversion of the tensor reshape operators. (authored by bixia). · Explain WhyOct 3 2022, 11:07 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 464746 mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.h
mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
|