[all-commits] [llvm/llvm-project] eb1b55: [mlir][tosa] Add tosa.reduce_any and tosa.reduce_a...
rsuderman via All-commits
all-commits at lists.llvm.org
Fri Apr 2 14:33:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb1b55c652a78f17a913ffbc4369b75cea25f23f
https://github.com/llvm/llvm-project/commit/eb1b55c652a78f17a913ffbc4369b75cea25f23f
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-04-02 (Fri, 02 Apr 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.reduce_any and tosa.reduce_all linalg lowering
Added lowerings for Tosa's reduce boolean operations. This includes a fix to
maintain the output rank of reduce operations.
Reviewed By: silvas
Differential Revision: https://reviews.llvm.org/D99228
More information about the All-commits
mailing list