[all-commits] [llvm/llvm-project] 128d72: [mlir] [linalg] Specify alignment during promotion.
poechsel via All-commits
all-commits at lists.llvm.org
Tue Apr 21 09:26:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 128d72751fd33b3602447e639c6ee09643a4589c
https://github.com/llvm/llvm-project/commit/128d72751fd33b3602447e639c6ee09643a4589c
Author: Pierre Oechsel <pierre.oechsel at gmail.com>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransformPatterns.td
M mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/lib/Dialect/Linalg/Transforms/LinalgTransforms.cpp
M mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
M mlir/test/Dialect/Linalg/transform-patterns.mlir
M mlir/test/lib/DeclarativeTransforms/TestLinalgTransformPatterns.td
Log Message:
-----------
[mlir] [linalg] Specify alignment during promotion.
The buffer allocated by a promotion can be subject to other transformations afterward. For example it could be vectorized, in which case it is needed to ensure that this buffer is memory-aligned.
Differential Revision: https://reviews.llvm.org/D78556
More information about the All-commits
mailing list