aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/cl/kernels/ClHeightConcatenateKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/cl/kernels/ClHeightConcatenateKernel.h')
-rw-r--r--src/gpu/cl/kernels/ClHeightConcatenateKernel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu/cl/kernels/ClHeightConcatenateKernel.h b/src/gpu/cl/kernels/ClHeightConcatenateKernel.h
index 1e544d3025..d3c077fc22 100644
--- a/src/gpu/cl/kernels/ClHeightConcatenateKernel.h
+++ b/src/gpu/cl/kernels/ClHeightConcatenateKernel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021 Arm Limited.
+ * Copyright (c) 2021-2022 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -64,6 +64,7 @@ public:
private:
unsigned int _height_offset;
+ int32_t _depth{ 0 };
};
} // namespace kernels
} // namespace opencl