aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/cl/operators/ClScatter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/cl/operators/ClScatter.cpp')
-rw-r--r--src/gpu/cl/operators/ClScatter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/cl/operators/ClScatter.cpp b/src/gpu/cl/operators/ClScatter.cpp
index 74d747bc16..af5fbb86f3 100644
--- a/src/gpu/cl/operators/ClScatter.cpp
+++ b/src/gpu/cl/operators/ClScatter.cpp
@@ -59,7 +59,7 @@ void ClScatter::configure(const CLCompileContext &compile_context,
ITensorInfo *dst,
const ScatterInfo &info)
{
- ARM_COMPUTE_ERROR_ON_NULLPTR(src, indices, dst);
+ ARM_COMPUTE_ERROR_ON_NULLPTR(updates, indices, dst);
ARM_COMPUTE_LOG_PARAMS(src, indices, dst, info);
ARM_COMPUTE_UNUSED(src);
ARM_COMPUTE_UNUSED(updates);