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 --- utils/CommonGraphOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/CommonGraphOptions.h') diff --git a/utils/CommonGraphOptions.h b/utils/CommonGraphOptions.h index d81cd8fbdb..826cca1be9 100644 --- a/utils/CommonGraphOptions.h +++ b/utils/CommonGraphOptions.h @@ -94,7 +94,7 @@ struct CommonGraphParams arm_compute::DataType data_type{ DataType::F32 }; arm_compute::DataLayout data_layout{ DataLayout::NHWC }; bool enable_tuner{ false }; - arm_compute::CLTunerMode tuner_mode{ CLTunerMode::EXHAUSTIVE }; + arm_compute::CLTunerMode tuner_mode{ CLTunerMode::NORMAL }; arm_compute::graph::FastMathHint fast_math_hint{ arm_compute::graph::FastMathHint::Disabled }; std::string data_path{}; std::string image{}; -- cgit v1.2.1