aboutsummaryrefslogtreecommitdiff
path: root/src/graph2/backends/CL/CLDeviceBackend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph2/backends/CL/CLDeviceBackend.cpp')
-rw-r--r--src/graph2/backends/CL/CLDeviceBackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph2/backends/CL/CLDeviceBackend.cpp b/src/graph2/backends/CL/CLDeviceBackend.cpp
index 6d2d4f9b1a..71566d2f1f 100644
--- a/src/graph2/backends/CL/CLDeviceBackend.cpp
+++ b/src/graph2/backends/CL/CLDeviceBackend.cpp
@@ -101,7 +101,7 @@ void CLDeviceBackend::initialize_backend()
void CLDeviceBackend::setup_backend_context(GraphContext &ctx)
{
// Setup tuner
- set_kernel_tuning(ctx.is_tuning_enabled());
+ set_kernel_tuning(ctx.config().use_tuner);
// Setup a management backend
if(ctx.memory_management_ctx(Target::CL) == nullptr)