[all-commits] [llvm/llvm-project] ad1ba4: [mlir][linalg][bufferize] Allow unbufferizable ops...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Dec 3 03:25:38 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad1ba42f687fdb772e9bccf2011f52e11feacda5
https://github.com/llvm/llvm-project/commit/ad1ba42f687fdb772e9bccf2011f52e11feacda5
Author: Matthias Springer <springerm at google.com>
Date: 2021-12-03 (Fri, 03 Dec 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.h
M mlir/include/mlir/Dialect/Linalg/Passes.td
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.cpp
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferizePass.cpp
A mlir/test/Dialect/Linalg/comprehensive-module-bufferize-partial.mlir
Log Message:
-----------
[mlir][linalg][bufferize] Allow unbufferizable ops in input
Allow ops that are not bufferizable in the input IR. (Deactivated by default.)
bufferization::ToMemrefOp and bufferization::ToTensorOp are generated at the bufferization boundaries.
Differential Revision: https://reviews.llvm.org/D114669
More information about the All-commits
mailing list