[all-commits] [llvm/llvm-project] 69c984: [mlir][tosa] Fix padding for tosa.conv2d and tosa....
Rob Suderman via All-commits
all-commits at lists.llvm.org
Tue Dec 13 17:38:38 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69c984b6b803f00371dcf028bc9cf9b07911d1d6
https://github.com/llvm/llvm-project/commit/69c984b6b803f00371dcf028bc9cf9b07911d1d6
Author: Rob Suderman <suderman at google.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/Utils/ConversionUtils.h
M mlir/lib/Dialect/Tosa/Transforms/TosaDecomposeConv2D.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaDecomposeDepthwise.cpp
M mlir/lib/Dialect/Tosa/Utils/ConversionUtils.cpp
M mlir/test/Dialect/Tosa/tosa-decompose-conv2d.mlir
M mlir/test/Dialect/Tosa/tosa-decompose-depthwise.mlir
Log Message:
-----------
[mlir][tosa] Fix padding for tosa.conv2d and tosa.depthwise_conv2d decomposition
Decomposition did not take padding into account when decomposing into fully
connected operation.
Reviewed By: NatashaKnk
Differential Revision: https://reviews.llvm.org/D139500
More information about the All-commits
mailing list