aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL
AgeCommit message (Expand)Author
2022-07-13Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16Gunes Bayir
2022-07-05Add G57 to GPUTargetSiCong Li
2022-06-27Implement new Elementwise Dynamic Fusion Operators: Div, FloorMichalis Spyrou
2022-06-23Enable loading OpenCL symbols in Android App native code, NDK environment.ohadagoogle
2022-06-15Add support OpenCL 3.0 non-uniform workgroupViet-Hoa Do
2022-06-15Fix performance regression in Winograd Output Transform (OpenCL)Gian Marco Iodice
2022-05-31Add cl_khr_integer_dot_product extension supportViet-Hoa Do
2022-05-26Disable unsafe FP optimizations causing accuracy issuesGunes Bayir
2022-05-09Mismatches in dynamically fused direct conv2d + add kernelMichalis Spyrou
2022-05-06Integrate Dynamic Fusion patchesSiCong Li
2022-04-19Add CLPool3d Int8 SupportMohammed Suhail Munshi
2022-04-14Include missing embedded headersSiCong Li
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-09Remove deprecated remap functions.Adnan AlSinan
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
2021-12-24Replacing non-inclusive terms with proper termsramelg01
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-29Use loop unrolling only when the kernel height is less than 5Gian 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-17Improve start-up time for depthwise convolutionSheri Zhang
2021-11-12Fix PostOp dependencySiCongLi
2021-11-09Improve start-up time for ClScaleAdnan AlSinan
2021-11-04Add validate tests for CLConvolutionLayer and CLGEMMConvolutionLayer with pos...SiCongLi
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
2021-11-01Remove padding in FP Cl Gemm kernelsSiCongLi
2021-11-01Fix dst "widening" validationSiCongLi
2021-10-28Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1SiCongLi
2021-10-20Implement CLDirectConv3DKernel - uint8/int8Giorgio Arena
2021-10-18Remove legacy GeMM kernels on OpenCLGian Marco Iodice
2021-10-18Fix precision issue in ChannelShuffleKernelPablo Marquez Tello
2021-10-15Fix CLConv3D filelist and commentsGiorgio Arena
2021-10-14Implement CLDirectConv3D f32/f16Giorgio Arena
2021-10-13Improve performance of Softmax uint8 on GPUAdnan AlSinan
2021-10-07Per-operator build dependenciesGeorgios Pinitas
2021-09-23Fix inefficient store in gemmlowp_mm_reshaped_only_rhs_tGian Marco Iodice
2021-09-22Update OpenCL header file to version 2020.12.18Sheri Zhang
2021-09-14Optimize ClScaleKernel on NHWC (f32/f16/int8)Gian Marco Iodice