aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-07[Nightly Failure] Fix ColorConvert empty coordinates errorGiorgio Arena
2021-01-07Add SVE support to elementwise unary kernelsSang-Hoon Park
2021-01-07Review all shapes in datasets to account for padding removal Part 3SiCong Li
2021-01-07Generalize custom uniform generator for floating point data types with 16 bitsGiorgio Arena
2021-01-07Clean up macro definitions in arm_compute headersGiorgio Arena
2021-01-05Fix Doxygen referencesMichele Di Giorgio
2021-01-05COMPMID-3874: Create ArithmeticAddition SVE/SVE2Michalis Spyrou
2021-01-05Fix uniform_real_distribution_fp16 warning and single Dimension incrementGiorgio Arena
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-29Remove unused tolerance valueMichalis Spyrou
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-18Create fill functions available everywhere for easy debuggingGiorgio Arena
2020-12-18Add new shapes in WinogradOutputTransform datasetGiorgio Arena
2020-12-18Remove OpenCL padding CLScaleKernelManuel Bottini
2020-12-18Add new shapes to WinogradInputTransform dataset and fix border size for NCHW...Giorgio Arena
2020-12-18Adding no padding check asserts to specific CL KernelsManuel Bottini
2020-12-17Fix fill() for FP data type in fixtures - Part 1Giorgio Arena
2020-12-17Remove 3rdparty submodule and internal_only build optionMichele Di Giorgio
2020-12-16NeuralNetwork VTS tests LOGICAL_AND and LOGICAL_OR fail with R29Teresa Charlin
2020-12-16COMPMID-3919: Remove OpenCL Padding CLSelectKernelManuel Bottini
2020-12-15Address RVO issue on some compilersGeorgios Pinitas
2020-12-14COMPMID-3870: Create ActivationLayer SVE/SVE2Michalis Spyrou
2020-12-14COMPMID-3968 30% regression on FSSD v1 25 GrayscaleGiorgio Arena
2020-12-14Enable FFT for FP16Giorgio Arena
2020-12-11Allow TensorShape to increment num_dimensions for new unit dimensions, withou...Giorgio Arena
2020-12-11Remove (CL/NE)UpsampleLayer in favor to (NE/CL)ScaleGeorgios Pinitas
2020-12-10[Review Shape] CLDepthwiseConvolutionLayer mismatchesGiorgio Arena
2020-12-10COMPMID-3921: Remove OpenCL Padding CLBitwiseKernelManuel Bottini
2020-12-10Remove (NE/CL)YoloLayer supportGeorgios Pinitas
2020-12-09Move NEGEMMAssemblyDispatch as an internal functionGeorgios Pinitas
2020-12-08Fix invalid arguments error for cl_gemmlowp* examples without argumentsSiCong Li
2020-12-08Enable SVE2 based assembly kernels when building for SVE2Georgios Pinitas
2020-12-08Wrap Flatten layer over reshapeGeorgios Pinitas
2020-12-08Remove (NE/CL)ComputeAllAnchors functionGeorgios Pinitas
2020-12-08Enable FP16 support for armv8.6 on non-SVE buildsGeorgios Pinitas
2020-12-08Fix invalid usage of dataset::makeSiCong Li
2020-12-07Remove support for NEIm2Col, NECol2Im, NEGEMMInterleave4x4, NEGEMMTranspose1xWGeorgios Pinitas
2020-12-07COMPMID-3869: Update Sconstruct to support SVE/SVE2Manuel Bottini
2020-12-03Fix NEGEMMLowpMatrixMultiplyCore nonfused activationSiCong Li
2020-12-03Rename the files and classes required by the OpenCL GEMM heuristicSiCong Li
2020-12-03Update GEMV heuristics for quantized types for A53Georgios Pinitas
2020-12-02Remove support for (NE/CL)LocallyConnectedLayerGeorgios Pinitas
2020-12-02Remove unused CLGEMMMatrixVectorMultiplyKernelGeorgios Pinitas
2020-12-02COMPMID-3862: Add support QASYMM8 LEAKY RELU activationSang-Hoon Park