[all-commits] [llvm/llvm-project] 044e7e: [mlir][tosa] Fixed shape inference for tosa.transp...
rsuderman via All-commits
all-commits at lists.llvm.org
Wed Nov 17 15:03:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 044e7e013ef066590282549f31ab51a64359706b
https://github.com/llvm/llvm-project/commit/044e7e013ef066590282549f31ab51a64359706b
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-11-17 (Wed, 17 Nov 2021)
Changed paths:
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
M mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
Log Message:
-----------
[mlir][tosa] Fixed shape inference for tosa.transpose_conv2d
Transpose conv2d shape inference was incorrect, tests did not properly validate
that the shape inference was executing. Corrected shape inference, and extended
tests to actually execute.
Reviewed By: NatashaKnk
Differential Revision: https://reviews.llvm.org/D114026
More information about the All-commits
mailing list