Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can we add a check test for this. Preferably just a separate one (I mean not intermixed with codegen.mlir)?
Paths
| Differential D137733
[mlir][sparse] Add option enable-buffer-initialization to the sparse-tensor-codegen pass. ClosedPublic Authored by bixia on Nov 9 2022, 12:40 PM.
Details
Diff Detail
Event TimelineComment Actions Can we add a check test for this. Preferably just a separate one (I mean not intermixed with codegen.mlir)? aartbik added inline comments. This revision is now accepted and ready to land.Nov 9 2022, 3:18 PM Closed by commit rG7276b643f831: [mlir][sparse] Add option enable-buffer-initialization to the sparse-tensor… (authored by bixia). · Explain WhyNov 10 2022, 7:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 474387 mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.h
mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td
mlir/lib/Dialect/SparseTensor/Pipelines/SparseTensorPipelines.cpp
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
mlir/test/Dialect/SparseTensor/codegen_buffer_initialization.mlir
|
indentation of 3x CHECK on linalg.fill?