aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backends/cl/ClContextControl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backends/cl/ClContextControl.cpp b/src/backends/cl/ClContextControl.cpp
index 268430ec6b..2ffece4ac3 100644
--- a/src/backends/cl/ClContextControl.cpp
+++ b/src/backends/cl/ClContextControl.cpp
@@ -212,7 +212,7 @@ void IGpuAccTunedParameters::Destroy(IGpuAccTunedParameters* params)
ClTunedParameters::ClTunedParameters(armnn::IGpuAccTunedParameters::Mode mode,
armnn::IGpuAccTunedParameters::TuningLevel tuningLevel)
: m_Mode(mode)
- , m_TuningLevel(ClTunedParameters::TuningLevel::Rapid)
+ , m_TuningLevel(tuningLevel)
, m_Tuner(mode == ClTunedParameters::Mode::UpdateTunedParameters)
{
}