[all-commits] [llvm/llvm-project] 86858c: [mlir][tosa] Add dilation to tosa.transpose_conv2d...
rsuderman via All-commits
all-commits at lists.llvm.org
Tue Aug 10 14:42:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86858c62ba033910076320df3b2ea947026ba1ea
https://github.com/llvm/llvm-project/commit/86858c62ba033910076320df3b2ea947026ba1ea
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Add dilation to tosa.transpose_conv2d lowering
Dilation only requires increasing the padding on the left/right side of the
input, and including dilation in the convolution. This implementation still
lacks support for strided convolutions.
Reviewed By: NatashaKnk
Differential Revision: https://reviews.llvm.org/D107680
More information about the All-commits
mailing list