aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/ICpuKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/ICpuKernel.h')
-rw-r--r--src/cpu/ICpuKernel.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/cpu/ICpuKernel.h b/src/cpu/ICpuKernel.h
index 03aec5c08e..8f4106240d 100644
--- a/src/cpu/ICpuKernel.h
+++ b/src/cpu/ICpuKernel.h
@@ -37,12 +37,8 @@ enum class KernelSelectionType
Supported /**< Retrieve the best implementation available for the given Cpu ISA that is supported by the current build */
};
-using ICpuKernel = arm_compute::ICPPKernel;
-
template <class Derived>
-/* This is a temp name for stage 1 process of adding UT for multi-ISA.
-In the next stage NewICpuKernel will be called ICpuKernel again */
-class NewICpuKernel : public ICPPKernel
+class ICpuKernel : public ICPPKernel
{
public:
/** Micro-kernel selector