llvm-project/mlir/test/mlir-reduce
Mauricio Sifontes 27d0e14da9 Create Reduction Tree Pass
Implement the Reduction Tree Pass framework as part of the MLIR Reduce tool. This is a parametarizable pass that allows for the implementation of custom reductions passes in the tool.
Implement the FunctionReducer class as an example of a Reducer class parameter for the instantiation of a Reduction Tree Pass.
Create a pass pipeline with a Reduction Tree Pass with the FunctionReducer class specified as parameter.

Reviewed By: jpienaar

Differential Revision: https://reviews.llvm.org/D83969
2020-08-07 23:17:31 +00:00
..
failure-test.sh Create Reduction Tree Pass 2020-08-07 23:17:31 +00:00
reduction-tree-pass.mlir Create Reduction Tree Pass 2020-08-07 23:17:31 +00:00
test-reducer-pass.mlir Create TestReducer pass 2020-07-11 00:46:57 +00:00
test.sh Create the MLIR Reduce framework 2020-07-07 23:42:53 +00:00
testcase-linux.mlir Create the MLIR Reduce framework 2020-07-07 23:42:53 +00:00