aboutsummaryrefslogtreecommitdiff
path: root/src/core/gpu/cl/kernels/ClFillKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gpu/cl/kernels/ClFillKernel.h')
-rw-r--r--src/core/gpu/cl/kernels/ClFillKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gpu/cl/kernels/ClFillKernel.h b/src/core/gpu/cl/kernels/ClFillKernel.h
index 136c1243fe..b439eac0de 100644
--- a/src/core/gpu/cl/kernels/ClFillKernel.h
+++ b/src/core/gpu/cl/kernels/ClFillKernel.h
@@ -35,7 +35,7 @@ namespace opencl
namespace kernels
{
/** Interface for filling the planes of a tensor */
-class ClFillKernel : public ICLKernel
+class ClFillKernel : public IClKernel
{
public:
ClFillKernel() = default;