This test shows that when access patterns do not match (e.g. transposing
a row-wise sparse matrix into another row-wise sparse matrix), a conversion
operation in between can enable codegen (i.e. avoid cycle in iteration graph).
Details
Details
- Reviewers
bixia - Commits
- rGae76fafc3f16: [mlir][sparse] sparse transpose operation
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo