[all-commits] [llvm/llvm-project] cb3542: [MLIR][TOSA] Added lowerings for Reduce operations...
rsuderman via All-commits
all-commits at lists.llvm.org
Mon Mar 8 11:04:00 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb3542e1ca36d3deb49103336bbd409bc87b2177
https://github.com/llvm/llvm-project/commit/cb3542e1ca36d3deb49103336bbd409bc87b2177
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[MLIR][TOSA] Added lowerings for Reduce operations to Linalg
Lowerings for min, max, prod, and sum reduction operations on int and float
values. This includes reduction tests for both cases.
Reviewed By: mravishankar
Differential Revision: https://reviews.llvm.org/D97893
More information about the All-commits
mailing list