aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON
AgeCommit message (Expand)Author
2021-01-19Fix doxygen references to new kernelsMichele Di Giorgio
2021-01-19Make memset/copy functions state-lessGeorgios Pinitas
2021-01-19Make Add kernel and operator statelessSheri Zhang
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-17Add missing std headersSang-Hoon Park
2021-01-13Add SVE2 kernels for quantized elementwise operationsSang-Hoon Park
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-11Make CpuActivation statelessGeorgios Pinitas
2021-01-08Make CpuFloorKernel kernel statelessGeorgios Pinitas
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-04Add utility functions for SVESang-Hoon Park
2020-12-24COMPMID-3871: Create BatchNormalization SVE/SVE2Sheri Zhang
2020-12-23Fix baremetal arm_compute_validation build errorsSiCongLi
2020-12-14COMPMID-3870: Create ActivationLayer SVE/SVE2Michalis Spyrou
2020-12-14COMPMID-3968 30% regression on FSSD v1 25 GrayscaleGiorgio Arena
2020-12-11Remove (CL/NE)UpsampleLayer in favor to (NE/CL)ScaleGeorgios Pinitas
2020-12-10Remove (NE/CL)YoloLayer supportGeorgios Pinitas
2020-12-08Wrap Flatten layer over reshapeGeorgios Pinitas
2020-12-07COMPMID-3869: Update Sconstruct to support SVE/SVE2Manuel Bottini
2020-12-03Update GEMV heuristics for quantized types for A53Georgios Pinitas
2020-12-02Remove support for (NE/CL)LocallyConnectedLayerGeorgios Pinitas
2020-12-02COMPMID-3862: Add support QASYMM8 LEAKY RELU activationSang-Hoon Park
2020-12-01Update default C++ standard to C++14Georgios Pinitas
2020-11-23COMPMID-3987: Nightly failure - Android builds failing in dataset and validationManuel Bottini
2020-11-23Update tuning numbers for A55 for both fp16 and fp32Georgios Pinitas
2020-11-17COMPMID-3962: Add Logical And, Or, Not support on NEONGeorgios Pinitas
2020-11-17COMPMID-3970: Failure when building with GCC < 6Georgios Pinitas
2020-11-13COMPMID-3851: Fix regression on NEDepthwiseConvolutionLayerNativeKernelSang-Hoon Park
2020-11-13COMPMID-3852: Fix NEReduction windowGeorgios Pinitas
2020-11-12COMPMID-3960: Mismatch on NEArithmeticSubtractionGeorgios Pinitas
2020-11-12COMPMID-3776: Indirect GEMMGeorgios Pinitas
2020-11-10COMPMID-3958: Fix build error with Werror=1Sang-Hoon Park
2020-11-10COMPMID-3639: Fix script to generate *Kernels.hSang-Hoon Park
2020-11-09COMPMID-3852: Fix complex multiplication remove padding performance regressionSheri Zhang
2020-11-09COMPMID-2808: Add support for QASYMM8_SIGNED in NEROIAlignLayerSheri Zhang
2020-11-09COMPMID-3951 LargeGraph_FLOAT32_Rank4_25 CTS failures in Android Q in CL Fix1SiCong Li
2020-11-06COMPMID-3850: NEPooling regression for NHWCGeorgios Pinitas
2020-11-03COMPMID-3638: Move NEON kernelsMichalis Spyrou
2020-10-30COMPMID-3926: Floor CTS failing in NeonMichele Di Giorgio
2020-10-29COMPMID-3853: Decouple NEActivationLayerMichalis Spyrou