[all-commits] [llvm/llvm-project] bcc31d: [mlir][tensor] Implement DestinationStyleOpInterfa...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Oct 27 01:34:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bcc31d694f6e15f66c0caab49e4b65fb14e8612f
https://github.com/llvm/llvm-project/commit/bcc31d694f6e15f66c0caab49e4b65fb14e8612f
Author: Matthias Springer <springerm at google.com>
Date: 2022-10-27 (Thu, 27 Oct 2022)
Changed paths:
M mlir/include/mlir/Dialect/Tensor/IR/Tensor.h
M mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][tensor] Implement DestinationStyleOpInterface for tensor.insert/insert_slice
Also allow unranked tensors/memrefs with destination style op outputs.
This allows for a simpler implementation of the BufferizableOpInterface (in a subsequent commit).
Differential Revision: https://reviews.llvm.org/D136346
More information about the All-commits
mailing list