From ea7de7babc319e2fa31c5e1c986e48d6c5370689 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Thu, 10 Dec 2020 16:49:39 +0000 Subject: Enable FFT for FP16 Resolves: COMPMID-4051 Change-Id: I0c0bf97212dd281c19d5081e6247e7dc0c23cd6b Signed-off-by: Giorgio Arena Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4687 Tested-by: Arm Jenkins Reviewed-by: Gian Marco Iodice Comments-Addressed: Arm Jenkins --- src/core/CL/kernels/CLFFTScaleKernel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/CL/kernels/CLFFTScaleKernel.h') diff --git a/src/core/CL/kernels/CLFFTScaleKernel.h b/src/core/CL/kernels/CLFFTScaleKernel.h index cb007e5307..cc518be193 100644 --- a/src/core/CL/kernels/CLFFTScaleKernel.h +++ b/src/core/CL/kernels/CLFFTScaleKernel.h @@ -51,7 +51,7 @@ public: ~CLFFTScaleKernel() = default; /** Set the input and output tensors. * - * @param[in,out] input Source tensor. Data types supported: F32. + * @param[in,out] input Source tensor. Data types supported: F16/F32. * @param[out] output Destination tensor. Data type supported: same as @p input * @param[in] config Kernel configuration */ @@ -59,14 +59,14 @@ public: /** Set the input and output tensors. * * @param[in] compile_context The compile context to be used. - * @param[in,out] input Source tensor. Data types supported: F32. + * @param[in,out] input Source tensor. Data types supported: F16/F32. * @param[out] output Destination tensor. Data type supported: same as @p input * @param[in] config Kernel configuration */ void configure(const CLCompileContext &compile_context, ICLTensor *input, ICLTensor *output, const FFTScaleKernelInfo &config); /** Static function to check if given info will lead to a valid configuration of @ref CLFFTScaleKernel * - * @param[in] input Source tensor info. Data types supported: F32. + * @param[in] input Source tensor info. Data types supported: F16/F32. * @param[in] output Destination tensor info. Data type supported: same as @p input * @param[in] config Kernel configuration * -- cgit v1.2.1