From 943a40ba3d91da0165fa35bfc8dee4b070f7940a Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Thu, 12 Jul 2018 18:03:54 +0100 Subject: 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 Tested-by: Jenkins --- utils/CommonGraphOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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"); -- cgit v1.2.1