[all-commits] [llvm/llvm-project] 45ccff: [mlir][linalg] Convert tensor.generate to destinat...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jan 24 00:18:14 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45ccff175b38b96251f1ba065c1c22b7b366f25d
https://github.com/llvm/llvm-project/commit/45ccff175b38b96251f1ba065c1c22b7b366f25d
Author: Matthias Springer <springerm at google.com>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/CMakeLists.txt
A mlir/lib/Dialect/Linalg/Transforms/ConvertToDestinationStyle.cpp
A mlir/test/Dialect/Linalg/convert-to-destination-style.mlir
M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp
Log Message:
-----------
[mlir][linalg] Convert tensor.generate to destination style
This can be a pre-processing for bufferization and allows for more efficient lowerings without an alloc.
Differential Revision: https://reviews.llvm.org/D142205
More information about the All-commits
mailing list