aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/CpuFillKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/kernels/CpuFillKernel.h')
-rw-r--r--src/cpu/kernels/CpuFillKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/kernels/CpuFillKernel.h b/src/cpu/kernels/CpuFillKernel.h
index 5262ecc5c6..ce41afc462 100644
--- a/src/cpu/kernels/CpuFillKernel.h
+++ b/src/cpu/kernels/CpuFillKernel.h
@@ -35,7 +35,7 @@ namespace cpu
namespace kernels
{
/** Kernel for filling a tensor with a given constant value */
-class CpuFillKernel : public NewICpuKernel<CpuFillKernel>
+class CpuFillKernel : public ICpuKernel<CpuFillKernel>
{
public:
CpuFillKernel() = default;