[all-commits] [llvm/llvm-project] fc08d1: [mlir][tensor][bufferize] Support tensor.rank in B...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Jan 24 07:32:04 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc08d1c2940609d26a534d7a12e6c6a528891830
https://github.com/llvm/llvm-project/commit/fc08d1c2940609d26a534d7a12e6c6a528891830
Author: Matthias Springer <springerm at google.com>
Date: 2022-01-25 (Tue, 25 Jan 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ModuleBufferization.cpp
M mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
M mlir/test/Dialect/Linalg/comprehensive-module-bufferize.mlir
Log Message:
-----------
[mlir][tensor][bufferize] Support tensor.rank in BufferizableOpInterfaceImpl
This is the only op that is not supported via BufferizableOpInterfaceImpl bufferization. Once this op is supported we can switch `tensor-bufferize` over to the new unified bufferization.
Differential Revision: https://reviews.llvm.org/D117985
More information about the All-commits
mailing list