From 1efed925da927cc47bff6327c66f252b65c660bc Mon Sep 17 00:00:00 2001 From: Sheri Zhang Date: Wed, 10 Mar 2021 22:43:38 +0000 Subject: Make ClDirectConvolutionKernel stateless ClDirectorConvolution triggers ClActivation (if enabled) Remove static tuner as the interface need to be changed base on new api. Remove functions in ClScaleKernel specific for static Tuner. Solves: COMPMID-4010 Signed-off-by: Sheri Zhang Change-Id: I7861c3462fda323a6fe1891834068a462245cb1b Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5262 Reviewed-by: Sang-Hoon Park Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- docs/00_introduction.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/00_introduction.dox') diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index 67702c2185..913f76cf5b 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -188,7 +188,7 @@ v21.02 Public major release - @ref cpu::kernels::CpuLogits1DMaxKernel - @ref cpu::kernels::CpuElementwiseUnaryKernel - Remove padding from OpenCL kernels: - - @ref CLDirectConvolutionLayerKernel + - CLDirectConvolutionLayerKernel - @ref CLArgMinMaxLayerKernel - @ref CLPadLayerKernel - @ref CLROIAlignLayerKernel @@ -1307,7 +1307,7 @@ v17.09 Public major release - New OpenCL kernels / functions: - @ref CLDepthwiseConvolutionLayer3x3NCHWKernel @ref CLDepthwiseConvolutionLayer3x3NHWCKernel CLDepthwiseIm2ColKernel CLDepthwiseVectorToTensorKernel CLDepthwiseWeightsReshapeKernel / CLDepthwiseConvolutionLayer3x3 @ref CLDepthwiseConvolutionLayer CLDepthwiseSeparableConvolutionLayer - CLDequantizationLayerKernel / CLDequantizationLayer - - @ref CLDirectConvolutionLayerKernel / @ref CLDirectConvolutionLayer + - CLDirectConvolutionLayerKernel / @ref CLDirectConvolutionLayer - CLFlattenLayer - CLFloorKernel / @ref CLFloor - CLGEMMTranspose1xW -- cgit v1.2.1