[all-commits] [llvm/llvm-project] b7f433: [mlir][tosa] Update TOSA transpose_conv2d to match...
Eric Kunze via All-commits
all-commits at lists.llvm.org
Fri Jul 1 12:13:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7f4335d6a99213a4f84d367325da882124c9fab
https://github.com/llvm/llvm-project/commit/b7f4335d6a99213a4f84d367325da882124c9fab
Author: Eric Kunze <eric.kunze at arm.com>
Date: 2022-07-01 (Fri, 01 Jul 2022)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaDecomposeTransposeConv.cpp
M mlir/test/Dialect/Tosa/ops.mlir
M mlir/test/Dialect/Tosa/tosa-decompose-transpose-conv.mlir
M mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
Log Message:
-----------
[mlir][tosa] Update TOSA transpose_conv2d to match spec
The TOSA Specification doesn't have a dilation attribute for transpose_conv2d,
and the padding array is of size 4. (top,bottom,left,right).
This change updates the dialect to match the specification, and updates the lit
tests to match the dialect changes.
Differential Revision: https://reviews.llvm.org/D127332
More information about the All-commits
mailing list