[all-commits] [llvm/llvm-project] d581c9: [mlir][linalg][bufferize] Support tensor.from_elem...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jan 25 05:21:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d581c94d6bfbb336b8620ef06e4340b5ea18a23e
https://github.com/llvm/llvm-project/commit/d581c94d6bfbb336b8620ef06e4340b5ea18a23e
Author: Matthias Springer <springerm at google.com>
Date: 2022-01-25 (Tue, 25 Jan 2022)
Changed paths:
M mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
M mlir/test/Dialect/Linalg/comprehensive-module-bufferize.mlir
Log Message:
-----------
[mlir][linalg][bufferize] Support tensor.from_elements
This is mostly a copy of the existing tensor.from_elements bufferization. Once TensorInterfaceImpl.cpp is moved to the tensor dialect, the existing rewrite pattern can be deleted.
Differential Revision: https://reviews.llvm.org/D117775
More information about the All-commits
mailing list