[all-commits] [llvm/llvm-project] fde04a: [mlir][sparse] refine bufferization allocation low...
Aart Bik via All-commits
all-commits at lists.llvm.org
Tue Jun 21 15:17:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fde04aee33f4f530c8b3942210fe3daa69e915a7
https://github.com/llvm/llvm-project/commit/fde04aee33f4f530c8b3942210fe3daa69e915a7
Author: Aart Bik <ajcbik at google.com>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
M mlir/test/Dialect/SparseTensor/conversion.mlir
Log Message:
-----------
[mlir][sparse] refine bufferization allocation lowering
Marking bufferization allocation operation as invalid
during sparse lowering is too strict, since dense and
sparse allocation can co-exist. This revision refines
the lowering with a dynamic type check.
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D128305
More information about the All-commits
mailing list