Kunwar Grover | 60a2566 | 2023-09-29 03:30:21 +0530 | [diff] [blame] | 1 | # IREE Reduce Sample |
2 | |||||
3 | This sample demonstrates the usage of `iree-reduce`, a test case reducer. To | ||||
4 | use this sample, `iree-reduce` and `iree-compile` should have been built | ||||
5 | already. | ||||
6 | |||||
7 | The sample can be ran by: | ||||
8 | |||||
9 | ``` | ||||
10 | iree-reduce test/interesting.py test/reduce.mlir | ||||
11 | ``` | ||||
12 | |||||
13 | Getting these samples into the CI is being worked on. |