aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/CpuConcatenateHeightKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/kernels/CpuConcatenateHeightKernel.h')
-rw-r--r--src/cpu/kernels/CpuConcatenateHeightKernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/kernels/CpuConcatenateHeightKernel.h b/src/cpu/kernels/CpuConcatenateHeightKernel.h
index 883c59a206..8ace9809cc 100644
--- a/src/cpu/kernels/CpuConcatenateHeightKernel.h
+++ b/src/cpu/kernels/CpuConcatenateHeightKernel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019-2021 Arm Limited.
+ * Copyright (c) 2019-2022 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -36,7 +36,7 @@ namespace kernels
/** Interface for the height concatenate kernel.
* The source tensor will be concatenated into the destination tensor.
*/
-class CpuConcatenateHeightKernel : public ICpuKernel
+class CpuConcatenateHeightKernel : public NewICpuKernel<CpuConcatenateHeightKernel>
{
public:
CpuConcatenateHeightKernel() = default;