aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Expand)Author
2022-07-22Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNEDFreddie Liardet
2022-07-21Fix direct convolution cases that were failing on OdroidAdnan AlSinan
2022-07-14Integrate new winograd APIs from MLTechramelg01
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-27Implement new Elementwise Dynamic Fusion Operators: Div, FloorMichalis Spyrou
2022-05-24[arm_gemm] Import fixed-format kernels from gemm_linux.Francesco.Petrogalli@arm.com
2022-05-06Integrate Dynamic Fusion patchesSiCong Li
2022-04-26Update Neon™ depthwise kernelramelg01
2022-04-25Update Neon™ pooling kernelramelg01
2022-04-19Add CLPool3d Int8 SupportMohammed Suhail Munshi
2022-04-13Add support for int8 CpuPool3dAdnan AlSinan
2022-04-13Add DirectConvolution2D kernel component for dynamic fusionGunes Bayir
2022-04-12Fix CpuGemmAssemblyDispatch::has_opt_impl.Francesco.Petrogalli@arm.com
2022-04-01Add CPU Pool3d FP16/32 implementationAdnan AlSinan
2022-03-15Implementation of ClPooling3dramelg01
2022-03-08Decouple fuseBatchNormalizationKernelYair Schwarzbaum
2022-03-08Merge kernel prototype patchGiorgio Arena
2022-03-03Decouple castKernelYair Schwarzbaum
2022-03-01Multi ISA Technical DebtDana Zlotnik
2022-02-22Decouple CpuDirectConv2dKernelalerah01
2022-02-21Decouple CpuDepthwiseConv2dNativeKernelDana Zlotnik
2022-02-17Decouple NEL2NormalizeLayerKernelYair Schwarzbaum
2022-02-14Exclude SVE & SVE2 paths from android.bpDana Zlotnik
2022-02-14Decouple CpuGemmMatrixMultiplyKernel and CpuGemmMatrixAdditionKernelDana Zlotnik
2022-02-14Port MaxUnpoolingLayer kernel and add KernelSelect vaidation testDana Zlotnik
2022-02-09Remove deprecated remap functions.Adnan AlSinan
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-24Select kernel decouplingAnton Vainer
2022-01-19Decouple CpuElementwiseKernelDana Zlotnik
2022-01-13Decouple CpuSoftmaxKernelDana Zlotnik
2022-01-12Decouple NEMeanStdDevNormalizationKernelDana Zlotnik
2022-01-12Decouple NEInstanceNormalizationLayerKernelDana Zlotnik
2022-01-11Decouple NEBoundingBoxTransformKernelDana Zlotnik
2022-01-11Decouple NEROIAlignLayerKernelDana Zlotnik
2022-01-11Decouple NEGenerateProposalsLayerKernelDana Zlotnik
2022-01-06Decouple NEMaxUnpoolingLayerKernelDana Zlotnik
2021-12-22Crop Kernel Decouplingalerah01
2021-12-20Decouple CpuActivationKernelDana Zlotnik
2021-12-14Update A510 arm_gemm cpu Kernelsramelg01
2021-12-13Remove padding from ClDirectConv2dKernelAdnan AlSinan
2021-11-28Decouple CpuAddKernelDana Zlotnik
2021-11-23Decouple data type for NERangeKernelYair Schwarzbaum
2021-11-20Improve start-up timer for GeMM (floating-point):ramelg01
2021-11-02Add post ops to ClGemmMatrixMultiplyReshapedOnlyRHSKernel and ClGemmMatrixMul...SiCongLi
2021-10-28Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1SiCongLi
2021-10-18Remove legacy GeMM kernels on OpenCLGian Marco Iodice
2021-10-15Conv3d supportSheri Zhang
2021-10-14Implement CLDirectConv3D f32/f16Giorgio Arena