aboutsummaryrefslogtreecommitdiff
path: root/arm_compute
AgeCommit message (Expand)Author
2022-02-10Remove deprecated remap functions.Adnan AlSinan
2022-02-07Adding support for Arm Mali-G710Gian Marco Iodice
2022-01-12Enable kernel selection testing (Phase #1)Giorgio Arena
2021-12-25Add tests for FP Cpu Pooling where pool region is completely outside the inputSiCongLi
2021-12-24Replacing non-inclusive terms with proper termsramelg01
2021-12-17Fix logging bug in graph librarySiCongLi
2021-12-10Fix 300% Regression CPU - Change default mws value in Kernel filesMohammed Suhail Munshi
2021-12-09Graph Fusion With Post Ops Fixramelg01
2021-11-26Update OpenCL headersPablo Marquez Tello
2021-11-26Fix Cpu Conv3d gcc 8.3 build issuesFreddie Liardet
2021-11-20Improve start-up timer for GeMM (floating-point):ramelg01
2021-11-16Implement 1D Adaptive Workload Splitting in CPPSchedulerDana Zlotnik
2021-11-12Fix PostOp dependencySiCongLi
2021-11-09Enable fast_math in CpuFullyConnectedcfRod
2021-11-04Refine code for graph level fusionSheri Zhang
2021-11-04Add validate tests for CLConvolutionLayer and CLGEMMConvolutionLayer with pos...SiCongLi
2021-11-04Add PRelu to supported PostOps in:ramelg01
2021-11-03Add graph level convolution fusion with post operatorSheri Zhang
2021-11-01Add PostOp support to GEMM and CLGEMM operators and functions Part 2SiCongLi
2021-11-01Fix dst "widening" validationSiCongLi
2021-10-28Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1SiCongLi
2021-10-27Improve conv3d validationFreddie Liardet
2021-10-22Add uint8/int8 support to cpu conv3dFreddie Liardet
2021-10-20Implement CLDirectConv3DKernel - uint8/int8Giorgio Arena
2021-10-18DirectConv3d support refineSheri Zhang
2021-10-18Remove legacy GeMM kernels on OpenCLGian Marco Iodice
2021-10-18Implement Minimum Workload Size (MWS) in all CPPKernels used by small networksDana Zlotnik
2021-10-15Conv3d supportSheri Zhang
2021-10-14Implement CLDirectConv3D f32/f16Giorgio Arena
2021-10-12Remove padding in cpuPool2d NCHWFreddie Liardet
2021-10-07Add support for 5D data layout indexingGiorgio Arena
2021-10-07Per-operator build dependenciesGeorgios Pinitas
2021-10-05Fix of linking errors to find CPPSplit symbols when compiling android nn driverramelg01
2021-10-04Provide logging for configure functions in all CPP functionsramelg01
2021-09-29Add support for non-constant weights and biases in CpuFullyConnectedGiorgio Arena
2021-09-23Use std::vector instead of Coordinates for ITensorInfo's _dims_stateGiorgio Arena
2021-09-22Update OpenCL header file to version 2020.12.18Sheri Zhang
2021-09-22Provide logging for configure functions in all NEON functionsramelg01
2021-09-16Revert "Add support for non-constant weights and biases in CpuFullyConnected"Pablo Marquez Tello
2021-09-15Adds Conv3d reference implementation support.Adnan AlSinan
2021-09-14Remove WinogradInputTransform from operator listSheri Zhang
2021-09-07Fuse pad layer with subsequent convolution layerGunes Bayir
2021-09-07Add support for non-constant weights and biases in CpuFullyConnectedMichele Di Giorgio
2021-09-06OpenCL job chaining supportGiorgio Arena
2021-09-03List OpenCL kernels in Android.bp scriptMichele Di Giorgio
2021-09-01Printing operators parameters, currently for CpuAdd operator only.Ramy Elgammal
2021-09-01Fixed compiler errorPablo Marquez Tello
2021-08-24Remove map/unmap overhead for input/output accessor when using DummyAccessorGiorgio Arena
2021-08-24Re-use auxiliary memory withing CpuWinogradConv2d operatorsGeorgios Pinitas
2021-08-20Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2dGeorgios Pinitas