aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-07-12 18:03:54 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commit943a40ba3d91da0165fa35bfc8dee4b070f7940a (patch)
tree3386eb6bd5d1b9e3e347b32831294396cc9870ba /utils
parentc7b82f1319ad85bc2d203bf7f3e18341792eed26 (diff)
downloadComputeLibrary-943a40ba3d91da0165fa35bfc8dee4b070f7940a.tar.gz
COMPMID-1397: Add option to enable CLTuner in arm_compute_benchmark
Change-Id: Iee062e674e7a20b4786d738d4535e4c89fbbf42e Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/139800 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/CommonGraphOptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/CommonGraphOptions.cpp b/utils/CommonGraphOptions.cpp
index d6ff0516aa..bf882f5164 100644
--- a/utils/CommonGraphOptions.cpp
+++ b/utils/CommonGraphOptions.cpp
@@ -153,7 +153,7 @@ CommonGraphOptions::CommonGraphOptions(CommandLineParser &parser)
target->set_help("Target to execute on");
data_type->set_help("Data type to use");
data_layout->set_help("Data layout to use");
- enable_tuner->set_help("Enable tuner");
+ enable_tuner->set_help("Enable OpenCL dynamic tuner");
fast_math_hint->set_help("Enable fast math");
data_path->set_help("Path where graph parameters reside");
image->set_help("Input image for the graph");