[all-commits] [llvm/llvm-project] 5618d2: [mlir][sparse] Add option enable-buffer-initializa...
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Tue Nov 8 09:54:46 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5618d2bea965e127f8d72a2e8fce1b444ce986bf
https://github.com/llvm/llvm-project/commit/5618d2bea965e127f8d72a2e8fce1b444ce986bf
Author: bixia1 <bixia at google.com>
Date: 2022-11-08 (Tue, 08 Nov 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/Pipelines/Passes.h
M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.h
M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td
M mlir/lib/Dialect/SparseTensor/Pipelines/SparseTensorPipelines.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseBufferRewriting.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
Log Message:
-----------
[mlir][sparse] Add option enable-buffer-initialization to initialize the memory buffers for sparse tensors to support debugging.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D137592
More information about the All-commits
mailing list