aboutsummaryrefslogtreecommitdiff
path: root/src/core/gpu/cl/kernels/ClCopyKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gpu/cl/kernels/ClCopyKernel.h')
-rw-r--r--src/core/gpu/cl/kernels/ClCopyKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gpu/cl/kernels/ClCopyKernel.h b/src/core/gpu/cl/kernels/ClCopyKernel.h
index 9d5457d72d..b1b9672bcb 100644
--- a/src/core/gpu/cl/kernels/ClCopyKernel.h
+++ b/src/core/gpu/cl/kernels/ClCopyKernel.h
@@ -35,7 +35,7 @@ namespace opencl
namespace kernels
{
/** OpenCL kernel to perform a copy between two tensors */
-class ClCopyKernel : public ICLKernel
+class ClCopyKernel : public IClKernel
{
public:
ClCopyKernel() = default;