aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2019-05-13 15:35:50 +0100
committerMichalis Spyrou <michalis.spyrou@arm.com>2019-05-14 16:01:08 +0100
commitc6f1391d50a99716c5de598e1714817139a7257a (patch)
treed4166a0acd9a5e9e511dc67904a2866c4943a47a /tests
parentc520b7887487ff4179efb0f63c10ac95def9dbf2 (diff)
downloadComputeLibrary-c6f1391d50a99716c5de598e1714817139a7257a.tar.gz
COMPMID-1995: Change CLTuner default mode to NORMAL
Change-Id: I96a5fc460d5e403fcc4b64002ed4c71606c732f0 Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/1118 Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.cpp b/tests/main.cpp
index bb35d0af98..75045ad11d 100644
--- a/tests/main.cpp
+++ b/tests/main.cpp
@@ -146,7 +146,7 @@ int main(int argc, char **argv)
CLTunerMode::NORMAL,
CLTunerMode::RAPID
};
- auto tuner_mode = parser.add_option<utils::EnumOption<CLTunerMode>>("tuner-mode", supported_tuner_modes, CLTunerMode::EXHAUSTIVE);
+ auto tuner_mode = parser.add_option<utils::EnumOption<CLTunerMode>>("tuner-mode", supported_tuner_modes, CLTunerMode::NORMAL);
tuner_mode->set_help("Configures the time taken by the tuner to tune. Slow tuner produces the most performant LWS configuration");
auto tuner_file = parser.add_option<utils::SimpleOption<std::string>>("tuner-file", "");