[all-commits] [llvm/llvm-project] ceeb5b: [mlir][tosa] Add tosa.max_pool2d lowering to linal...
rsuderman via All-commits
all-commits at lists.llvm.org
Thu Apr 8 18:19:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ceeb5b0f87a3f564026603c70d970eb7c1b6872e
https://github.com/llvm/llvm-project/commit/ceeb5b0f87a3f564026603c70d970eb7c1b6872e
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOpsSpec.tc
M mlir/include/mlir/Dialect/StandardOps/EDSC/Intrinsics.h
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
M mlir/test/Dialect/Linalg/generalize-named-ops.mlir
M mlir/test/Dialect/Linalg/named-ops.mlir
Log Message:
-----------
[mlir][tosa] Add tosa.max_pool2d lowering to linalg int max pooling additions
Lowerings tosa.max_pool2d to linalg equivalent operations. Includes
adding max pooling operations for linalg, with corresponding tests.
Differential Revision: https://reviews.llvm.org/D99824
More information about the All-commits
mailing list