[all-commits] [llvm/llvm-project] 7abb56: [mlir][tosa] Add tosa.depthwise lowering to existi...
rsuderman via All-commits
all-commits at lists.llvm.org
Wed May 5 13:32:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7abb56c78ba7bb9e2a91f61a65bb8feb69a92865
https://github.com/llvm/llvm-project/commit/7abb56c78ba7bb9e2a91f61a65bb8feb69a92865
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-05-05 (Wed, 05 May 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Add tosa.depthwise lowering to existing linalg.depthwise_conv
Implements support for undialated depthwise convolution using the existing
depthwise convolution operation. Once convolutions migrate to yaml defined
versions we can rewrite for cleaner implementation.
Reviewed By: mravishankar
Differential Revision: https://reviews.llvm.org/D101579
More information about the All-commits
mailing list