From c6f1391d50a99716c5de598e1714817139a7257a Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Mon, 13 May 2019 15:35:50 +0100 Subject: COMPMID-1995: Change CLTuner default mode to NORMAL Change-Id: I96a5fc460d5e403fcc4b64002ed4c71606c732f0 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/1118 Reviewed-by: Gian Marco Iodice Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- tests/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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>("tuner-mode", supported_tuner_modes, CLTunerMode::EXHAUSTIVE); + auto tuner_mode = parser.add_option>("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>("tuner-file", ""); -- cgit v1.2.1