[all-commits] [llvm/llvm-project] a7d603: [mlir][linalg] Replace CopyOp from memref to linal...
Aviad Cohen via All-commits
all-commits at lists.llvm.org
Thu Oct 26 08:54:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7d6039f3efb02992d64164e6778b8bebf0a526b
https://github.com/llvm/llvm-project/commit/a7d6039f3efb02992d64164e6778b8bebf0a526b
Author: Aviad Cohen <aviadcohen7 at gmail.com>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
M mlir/test/Dialect/Linalg/promote.mlir
M mlir/test/Dialect/Linalg/promotion_options.mlir
M mlir/test/Dialect/Linalg/transform-promotion.mlir
Log Message:
-----------
[mlir][linalg] Replace CopyOp from memref to linalg in linalg PromoteOp (#69154)
linalg::CopyOp is much more generic and useful to promote buffers. In addition, this is linalg transform and makes more sense to use linalg operations when possible.
More information about the All-commits
mailing list