[all-commits] [llvm/llvm-project] 3a223f: [mlir][Bufferization] Add support for controlled b...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Nov 2 03:34:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a223f4414444c3ecc65abb6482df3df87e26b86
https://github.com/llvm/llvm-project/commit/3a223f4414444c3ecc65abb6482df3df87e26b86
Author: Nicolas Vasilache <nicolasvasilache at users.noreply.github.com>
Date: 2023-11-02 (Thu, 02 Nov 2023)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/ConvertToDestinationStyle.cpp
M mlir/test/Dialect/Bufferization/Transforms/transform-ops.mlir
Log Message:
-----------
[mlir][Bufferization] Add support for controlled bufferization of alloc_tensor (#70957)
This revision adds support to
`transform.structured.bufferize_to_allocation` to bufferize
`bufferization.alloc_tensor()` ops.
This is useful as a means path to control the bufferization of
`tensor.empty` ops that have bene previously
`bufferization.empty_tensor_to_alloc_tensor`'ed.
More information about the All-commits
mailing list