[all-commits] [llvm/llvm-project] 44865e: [mlir][Linalg] Lower padding attribute for pooling...
Alberto Magni via All-commits
all-commits at lists.llvm.org
Tue Oct 13 14:12:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 44865e9169f625b78b7198c0f3f11d9330b01f06
https://github.com/llvm/llvm-project/commit/44865e9169f625b78b7198c0f3f11d9330b01f06
Author: Alberto Magni <alberto.magni at microsoft.com>
Date: 2020-10-13 (Tue, 13 Oct 2020)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Loops.cpp
M mlir/test/Dialect/Linalg/loops.mlir
Log Message:
-----------
[mlir][Linalg] Lower padding attribute for pooling ops
Update linalg-to-loops lowering for pooling operations to perform
padding of the input when specified by the corresponding attribute.
Reviewed By: hanchung
Differential Revision: https://reviews.llvm.org/D88911
More information about the All-commits
mailing list