[all-commits] [llvm/llvm-project] 379867: [mlir][sparse][bufferize] Implement BufferizableOp...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jun 24 04:52:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3798678bd10a14429ed37e3a34dffcc2c92c203c
https://github.com/llvm/llvm-project/commit/3798678bd10a14429ed37e3a34dffcc2c92c203c
Author: Matthias Springer <springerm at google.com>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
A mlir/include/mlir/Dialect/SparseTensor/Transforms/BufferizableOpInterfaceImpl.h
M mlir/include/mlir/InitAllDialects.h
A mlir/lib/Dialect/SparseTensor/Transforms/BufferizableOpInterfaceImpl.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/CMakeLists.txt
A mlir/test/Dialect/SparseTensor/one_shot_bufferize_tensor_copy_insertion.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][sparse][bufferize] Implement BufferizableOpInterface
Only the analysis part of the interface is implemented. The bufferization itself is performed by the SparseTensorConversion pass.
Differential Revision: https://reviews.llvm.org/D128138
More information about the All-commits
mailing list