We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57ebc1 commit d21f60cCopy full SHA for d21f60c
mlir/docs/Tools/mlir-reduce.md
@@ -31,7 +31,7 @@ results and different time complexity. You can run as
31
As mentioned, you need to provide a command to `mlir-reduce` which identifies
32
cases you're interested in. For each intermediate output generated during
33
reduction, `mlir-reduce` will run the command over the it, the script should
34
-returns 1 for interesting case, 0 otherwise. The sample script,
+returns 0 for an interesting case, 1 otherwise. The sample script,
35
36
```shell
37
mlir-opt -convert-vector-to-spirv $1 | grep "failed to materialize"
0 commit comments