aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-21Add window parameter to schedulerSang-Hoon Park
2021-01-21Make CLFloor and CLActivation kernels and functions state-lessGeorgios Pinitas
2021-01-21Check for FP16 CPU support in optimized pooling kernelsMichele Di Giorgio
2021-01-21Fix softmax SVE compiling failure without SVE2 supportSheri Zhang
2021-01-21Make Sub kernel and operator statelessSheri Zhang
2021-01-20Integrate improved pooling layer on NEONMichele Di Giorgio
2021-01-20Make all CL Concatenate kernels and functions state-lessMichele Di Giorgio
2021-01-20Direct convolution fix for quantized data typeGian Marco Iodice
2021-01-19Fix doxygen references to new kernelsMichele Di Giorgio
2021-01-19Make memset/copy functions state-lessGeorgios Pinitas
2021-01-19Remove padding from direct convolution - OpenCLGian Marco Iodice
2021-01-19Make Add kernel and operator statelessSheri Zhang
2021-01-19LOGICAL_NOT failTeresa Charlin
2021-01-18Make Concatenate kernels and operator statelessGeorgios Pinitas
2021-01-18Add SVE for SoftmaxMichalis Spyrou
2021-01-18Decouple data types of elementwise kernelsSang-Hoon Park
2021-01-18Cycle estimate-based kernel selection for dot product quantized s8/u8 kernelsGeorgios Pinitas
2021-01-18Add explicit cast to fix gcc10 build errorSang-Hoon Park
2021-01-17Add missing std headersSang-Hoon Park
2021-01-15Introduce threshold for NEON floating-point SOFT_RELU activationMichele Di Giorgio
2021-01-15Release winograd transformed weights if not needed on NEONGeorgios Pinitas
2021-01-15[Nightly Failure] Fix DeconvolutionLayer OpenCL kernel compilationGiorgio Arena
2021-01-14Remove OpenCL padding CLTransposeKernelManuel Bottini
2021-01-13Add support for macOSGeorgios Pinitas
2021-01-13Remove padding for CLArgMinMaxLayerKernel and fix CLRange mismatchesGiorgio Arena
2021-01-13Add SVE2 kernels for quantized elementwise operationsSang-Hoon Park
2021-01-13[Nightly Failure] Fix CLDepthwiseConvolutionLayer 3x3 QASYMM8 on MidgardGiorgio Arena
2021-01-13Remove OpenCL padding CLFloorKernelManuel Bottini
2021-01-12Add SVE support for non-quantized elementwise operationsSang-Hoon Park
2021-01-12Add SVE support and decouple data type for NEScaleKernelSheri Zhang
2021-01-12Add meta-data to express dynamic shapes in ITensorInfoGeorgios Pinitas
2021-01-11Make CpuActivation statelessGeorgios Pinitas
2021-01-11Remove OpenCL padding: CLROIAlignLayerKernelManuel Bottini
2021-01-08Make CpuFloorKernel kernel statelessGeorgios Pinitas
2021-01-08[Nightly Failure] Fix OpenCL kernel compilation for CLRangeGiorgio Arena
2021-01-08Generalization of CLTunerManuel Bottini
2021-01-08Add an SVE implementation of the Leaky ReLU activation function for qasymm8 a...arngra01
2021-01-07Add SVE support to elementwise unary kernelsSang-Hoon Park
2021-01-07Clean up macro definitions in arm_compute headersGiorgio Arena
2021-01-05COMPMID-3874: Create ArithmeticAddition SVE/SVE2Michalis Spyrou
2021-01-05COMPMID-4076: ArmNN unittest failure with memory access voilation in FuseReLU...Sheri Zhang
2021-01-05Improve NEIm2Col validation for invalid shapesGeorgios Pinitas
2021-01-05Remove OpenCL padding: CLPadLayerKernelGiorgio Arena
2021-01-04Add utility functions for SVESang-Hoon Park
2020-12-30Fix FFT FP16 failures for some OpenCL compilersGiorgio Arena
2020-12-24COMPMID-3871: Create BatchNormalization SVE/SVE2Sheri Zhang
2020-12-23Fix baremetal arm_compute_validation build errorsSiCongLi
2020-12-23Fix Select errors at OpenCL kernel compile timeGiorgio Arena
2020-12-18Remove OpenCL padding CLScaleKernelManuel Bottini
2020-12-18Add new shapes to WinogradInputTransform dataset and fix border size for NCHW...Giorgio Arena