aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/cl/kernels
AgeCommit message (Expand)Author
2022-12-29Optimize CL Scale/Resize Quantized by removing (de)quant. codeGunes Bayir
2022-12-29Extend Transposed Conv. for tiles with N0>1Gunes Bayir
2022-12-23Make CLReshape kernel window based on dst instead of srcRamy Elgammal
2022-12-14Optimize Transposed Convolution for CL backend (Quantized)Gunes Bayir
2022-12-09Use heuristics for setting dynamic fusion direct conv2d tile sizesRamy Elgammal
2022-12-09Implement the OpenCL kernel to compute the indirect convolutionGian Marco Iodice
2022-11-25Implement address precalculation for indirect conv2d - OpenCLGian Marco Iodice
2022-11-22Remove dynamic fusion prototype with tests and examplesSiCong Li
2022-11-14Optimize Transposed Convolution for CL backend (FP32/16)Gunes Bayir
2022-11-01Rework direct convolution heuristic on OpenCLGian Marco Iodice
2022-10-06Rework DepthwiseConvolution heuristic on OpenCLGian Marco Iodice
2022-10-06Improve start-up time in gemmlowp reshaped rhs only.Adnan AlSinan
2022-10-04Update GEMM reshaped rhs only heuristicGian Marco Iodice
2022-10-03Force CL kernel compilation with 64 registersViet-Hoa Do
2022-09-16Fix validation in validate_image2d_support_on_rhsGian Marco Iodice
2022-09-09Add a macro guard in all OpenCL kernels in gemmlowp.clGian Marco Iodice
2022-08-11Disable unsafe FP optimizations in Winograd Output TransformGunes Bayir
2022-07-22Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNEDFreddie Liardet
2022-07-13Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16Gunes Bayir
2022-07-08Extended direct conv 2d interface for tuning the OpenCl kernelGian Marco Iodice
2022-06-28Fix OpenCL Winograd output transformGian Marco Iodice
2022-06-15Fix performance regression in Winograd Output Transform (OpenCL)Gian Marco Iodice
2022-05-26Disable unsafe FP optimizations causing accuracy issuesGunes Bayir
2022-05-11Fix inclusion guard for dynamic fusion moduleSiCong Li
2022-05-06Integrate Dynamic Fusion patchesSiCong Li
2022-04-19Add CLPool3d Int8 SupportMohammed Suhail Munshi
2022-04-14Enable dynamic cl tuning for dynamically fused kernelsSiCong Li
2022-04-13Add DirectConvolution2D kernel component for dynamic fusionGunes Bayir
2022-03-15Implementation of ClPooling3dramelg01
2022-03-08Merge kernel prototype patchGiorgio Arena
2022-02-11Improve start-up time for concatenation layersramelg01
2022-02-10Improve start-up time for winograd_output_transform_*_nhwcramelg01
2022-02-09Improve start-up time for winograd_input_transform_*_nhwcramelg01
2022-02-08Improve start-up time for winograd_filter_transform_*_nhwcramelg01
2022-02-02Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros"Ramy Elgammal
2022-01-25Rework gemm_mm_reshaped_only_rhs_ kernels with new macrosGian Marco Iodice
2022-01-12Enabled support for QASYMM8 in ClCastKernelPablo Marquez Tello
2021-12-25Add tests for FP Cpu Pooling where pool region is completely outside the inputSiCongLi
2021-12-23Rework gemm_reshape_lhs_ with new macrosAdnan AlSinan
2021-12-13Remove padding from ClDirectConv2dKernelAdnan AlSinan
2021-12-10Use #if directive instead of regular condition in CLDirectConv2DGiorgio Arena
2021-12-01Improve start-up direct convolution on OpenCLGian Marco Iodice
2021-11-26Rework gemm_reshape_rhs_(nt,t) with new macrosGian Marco Iodice
2021-11-20Improve start-up timer for GeMM (floating-point):ramelg01
2021-11-17Improve start-up timer for ClIm2ColGiorgio Arena
2021-11-12Fix PostOp dependencySiCongLi
2021-11-09Improve start-up time for ClScaleAdnan AlSinan
2021-11-04Add PRelu to supported PostOps in:ramelg01
2021-11-03Fix out-of-bound reads in cl gemm kernelsSiCongLi
2021-11-02Add post ops to ClGemmMatrixMultiplyReshapedOnlyRHSKernel and ClGemmMatrixMul...SiCongLi