aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/kernels/CLMagnitudePhaseKernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/kernels/CLMagnitudePhaseKernel.cpp')
-rw-r--r--src/core/CL/kernels/CLMagnitudePhaseKernel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/CL/kernels/CLMagnitudePhaseKernel.cpp b/src/core/CL/kernels/CLMagnitudePhaseKernel.cpp
index c504189169..0b34c59a03 100644
--- a/src/core/CL/kernels/CLMagnitudePhaseKernel.cpp
+++ b/src/core/CL/kernels/CLMagnitudePhaseKernel.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, 2017 ARM Limited.
+ * Copyright (c) 2016-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -137,7 +137,7 @@ void CLMagnitudePhaseKernel::configure(const ICLTensor *gx, const ICLTensor *gy,
output_magnitude_access.set_valid_region(win, valid_region);
output_phase_access.set_valid_region(win, valid_region);
- ICLKernel::configure(win);
+ ICLKernel::configure_internal(win);
}
void CLMagnitudePhaseKernel::run(const Window &window, cl::CommandQueue &queue)