[all-commits] [llvm/llvm-project] 9a3d60: [mlir][bufferization][sparse] put restriction on s...
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri Jun 24 10:58:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a3d60e0d30a3a659f4040e3c424d82115c4219e
https://github.com/llvm/llvm-project/commit/9a3d60e0d30a3a659f4040e3c424d82115c4219e
Author: Aart Bik <ajcbik at google.com>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
M mlir/lib/Dialect/Bufferization/IR/BufferizationOps.cpp
M mlir/lib/Dialect/Bufferization/IR/CMakeLists.txt
M mlir/test/Dialect/Bufferization/invalid.mlir
M mlir/test/Dialect/SparseTensor/conversion.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][bufferization][sparse] put restriction on sparse tensor allocation
Putting some direct use restrictions on tensor allocations in the
sparse case enables the use of simplifying assumptions in the
bufferization analysis.
Reviewed By: springerm
Differential Revision: https://reviews.llvm.org/D128463
More information about the All-commits
mailing list