[all-commits] [llvm/llvm-project] 4c2f3d: [mlir][linalg] Vectorize linalg.pad_op source copy...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Sun Jun 13 22:38:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c2f3d810b4a032792b632998d90baf4ab2ff7f3
https://github.com/llvm/llvm-project/commit/4c2f3d810b4a032792b632998d90baf4ab2ff7f3
Author: Matthias Springer <springerm at google.com>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/test/Dialect/Linalg/vectorization.mlir
Log Message:
-----------
[mlir][linalg] Vectorize linalg.pad_op source copying (static source shape)
If the source operand of a linalg.pad_op operation has static shape, vectorize the copying of the source.
Differential Revision: https://reviews.llvm.org/D103747
More information about the All-commits
mailing list