Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/SparseBufferRewriting.cpp | ||
---|---|---|
711 | as discussed offline, no env variable but a compiler option |
Paths
| Differential D137592
[mlir][sparse] Add option enable-buffer-initialization to initialize the memory buffers for sparse tensors to support debugging. ClosedPublic Authored by bixia on Nov 7 2022, 2:38 PM.
Details
Diff Detail
Event Timeline
bixia retitled this revision from [mlir][sparse] Initialize memory buffer for sparse tensors when environment variable SPARSE_TENSOR_INITIALIZE_BUFFER=1. to [mlir][sparse] Add option enable-buffer-initialization to initialize the memory buffers for sparse tensors to support debugging..Nov 8 2022, 7:29 AM This revision is now accepted and ready to land.Nov 8 2022, 9:37 AM Closed by commit rG5618d2bea965: [mlir][sparse] Add option enable-buffer-initialization to initialize the memory… (authored by bixia). · Explain WhyNov 8 2022, 9:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 474038 mlir/include/mlir/Dialect/SparseTensor/Pipelines/Passes.h
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/SparseBufferRewriting.cpp
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
|
as discussed offline, no env variable but a compiler option