[all-commits] [llvm/llvm-project] a8f69b: [mlir][linalg] Expose flag to control nofold attri...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Thu Oct 14 03:08:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8f69be61fc8892db50b7e37707915ece0344452
https://github.com/llvm/llvm-project/commit/a8f69be61fc8892db50b7e37707915ece0344452
Author: Tobias Gysi <gysit at google.com>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
M mlir/test/Dialect/Linalg/tile-and-pad-tensors.mlir
M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp
Log Message:
-----------
[mlir][linalg] Expose flag to control nofold attribute when padding.
Setting the nofold attribute enables packing an operand. At the moment, the attribute is set by default. The pack introduces a callback to control the flag.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D111718
More information about the All-commits
mailing list