aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-14INT8 Quantized MeanStdDevNorm (LayerNorm)Murray Kornelsen
2022-09-12Add test for NEGEMM to test a batched matrix multiplication with variable inp...Adnan AlSinan
2022-09-09Rework heuristic in ClConv2dGian Marco Iodice
2022-09-09Optimize FP32/16 Bilinear Scale Kernel for Neon™Gunes Bayir
2022-09-09Add a macro guard in all OpenCL kernels in gemmlowp.clGian Marco Iodice
2022-09-08Disable Winograd on fp16 if fast-math = falseRamy Elgammal
2022-09-07Optimize depthwise convolution on OpenCLGian Marco Iodice
2022-09-02F16 Specialization for MeanStdDevNormMurray Kornelsen
2022-09-02Enable Winograd-based conv2d when IFM>=8 on GpuGian Marco Iodice
2022-09-01Use parent buffer in CLSubTensor. This avoids calling enqueueMapBuffer repeat...Murray Kornelsen
2022-08-24Fix add for tensors with non-matching stridesJonathan Deakin
2022-08-24Fix validation problem in CLQLSTMLayerPablo Marquez Tello
2022-08-23Fix macos build errorsPablo Marquez Tello
2022-08-18Use Neon™ kernels for FP Bilinear Resize for SVEGunes Bayir
2022-08-17Revert "Fix performance regression in ClConv2D"Ramy Elgammal
2022-08-17Add LUT for quantized sigmoid functionViet-Hoa Do
2022-08-16Fix performance regression in ClConv2DGian Marco Iodice
2022-08-11Fix performance regression in Conv2D on OpenCLAdnan AlSinan
2022-08-11Disable unsafe FP optimizations in Winograd Output TransformGunes Bayir
2022-08-11Fix CTS/SLTS failure related to Depthwise ConvolutionGunes Bayir
2022-08-08Fix for AI benchmark ResNet regressionViet-Hoa Do
2022-08-05Fix LeNet-f16 convolution regressionAdnan AlSinan
2022-08-04[ONCPUML-970] Fast math mode for fixed format kernelsPablo Marquez Tello
2022-08-03Add Dynamic Fusion Tests with BugFixesMohammed Suhail Munshi
2022-08-03[ONCPUML-968] Fixed format kernel support in additional APIsMilos Puzovic
2022-08-02Update the GPUTarget listGian Marco Iodice
2022-08-01Optimize add layer by considering the input tensors as 1D arrayGunes Bayir
2022-08-01Fix for OpenMP scheduler work breakdownMilos Puzovic
2022-07-27Fix compilation error rasied in Nightly_NEWRamy Elgammal
2022-07-26Fix for inclusion of "arm_gemm" from src into "Types.h" from coreRamy Elgammal
2022-07-25Enable march=armv8.6-a in non multi-isa buildsPablo Marquez Tello
2022-07-22Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNEDFreddie Liardet
2022-07-22Update ClConv2D heuristic to use direct convolutionAdnan AlSinan
2022-07-21Fix direct convolution cases that were failing on OdroidAdnan AlSinan
2022-07-19[ONCPUML-951] Variable weight support for Convolution.Francesco Petrogalli
2022-07-18Fix Neoverse V1 heuristics for FP32 fast moderamelg01
2022-07-14Integrate new winograd APIs from MLTechramelg01
2022-07-13Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16Gunes Bayir
2022-07-13Fixed clang-cl errors on Windows native builds.Pablo Tello
2022-07-08Extended direct conv 2d interface for tuning the OpenCl kernelGian Marco Iodice
2022-07-07Add missing flag when building cl graph examples and fixMichalis Spyrou
2022-07-05Add G57 to GPUTargetSiCong Li
2022-07-04Fix build errors on armv8.6 SVE2 with NDK 23 and 24Michalis Spyrou
2022-07-01Fix OpenBSD build errorsPablo Marquez Tello
2022-06-30Wrong arguments for running activation function in CpuGemmDirectConv2dMichalis Spyrou
2022-06-29Add LUT-based leaky relu for QASYMM8 on CPUViet-Hoa Do
2022-06-28Fix OpenCL Winograd output transformGian Marco Iodice
2022-06-27Implement new Elementwise Dynamic Fusion Operators: Div, FloorMichalis Spyrou
2022-06-24Improve LUT Neon Hard-SwishPablo Marquez Tello
2022-06-23Select neon LUT Hard-Swish kernel on all devicesPablo Marquez Tello