aboutsummaryrefslogtreecommitdiff
path: root/examples/gemm_tuner/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gemm_tuner/README.md')
-rw-r--r--examples/gemm_tuner/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/gemm_tuner/README.md b/examples/gemm_tuner/README.md
index 3d5b6376e1..e8cb7e5193 100644
--- a/examples/gemm_tuner/README.md
+++ b/examples/gemm_tuner/README.md
@@ -25,4 +25,5 @@ python >= 3.6. The script will output the best configuration, along with some
analysis statistics for each strategy, and optionally save the parsed benchmark
results into csv files (one for each strategy) for further analysis.
-python GemmTuner.py -b \<benchmark_results_dir\> [-o \<out_dir\>]
+python GemmTuner.py -b \<benchmark_results_dir\> [-t \<tolerance\>]
+[-o \<out_dir\>]