24 #ifndef ARM_COMPUTE_ICLGEMMKERNELSELECTION_H 25 #define ARM_COMPUTE_ICLGEMMKERNELSELECTION_H ICLGEMMKernelSelection & operator=(ICLGEMMKernelSelection &&)=default
Default move assignment operator.
OpenCL GEMM kernel selection parameters.
CLGEMMKernelType
OpenCL GEMM kernel types.
Basic interface for the GEMM kernel selection.
Copyright (c) 2017-2022 Arm Limited.
ICLGEMMKernelSelection(GPUTarget arch)
Constructor.
GPUTarget
Available GPU Targets.
virtual CLGEMMKernelType select_kernel(const CLGEMMKernelSelectionParams ¶ms)=0
Given the input parameters passed through CLGEMMKernelSelectionParams, this method returns the CLGEMM...
virtual ~ICLGEMMKernelSelection()=default
Virtual destructor.