Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D136291
[mlir][sparse] Fix the codegen for the convert operator to handle hidden nop convert. ClosedPublic Authored by bixia on Oct 19 2022, 1:41 PM.
Details
Diff Detail
Event Timelinebixia retitled this revision from [mlir][sparse] Fix the codegen for the conver operator to handle hidden nop convert. to [mlir][sparse] Fix the codegen for the convert operator to handle hidden nop convert..Oct 19 2022, 4:46 PM This revision is now accepted and ready to land.Oct 20 2022, 9:00 AM Closed by commit rG0128f8016770: [mlir][sparse] Fix the codegen for the convert operator to handle hidden nop… (authored by bixia). · Explain WhyOct 20 2022, 12:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 469317 mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
mlir/test/Dialect/SparseTensor/codegen.mlir
mlir/test/Dialect/SparseTensor/fold.mlir
|