[all-commits] [llvm/llvm-project] bedd3e: [mlir][tosa] Change tosa.depthwise_conv2d's ending...
NatashaKnk via All-commits
all-commits at lists.llvm.org
Mon May 23 11:30:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bedd3ee88152584b1c32c276b0ff38bb891f2812
https://github.com/llvm/llvm-project/commit/bedd3ee88152584b1c32c276b0ff38bb891f2812
Author: natashaknk <natashaknk at google.com>
Date: 2022-05-23 (Mon, 23 May 2022)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalgNamed.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg-named.mlir
Log Message:
-----------
[mlir][tosa] Change tosa.depthwise_conv2d's ending reshape to a collapse.
TOSAs depthwise_conv2d operation includes a reshape to include the implicit x1 dimension.
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D126212
More information about the All-commits
mailing list