aboutsummaryrefslogtreecommitdiff
path: root/arm_compute
AgeCommit message (Expand)Author
2023-01-06Handle Intermediate tensors within the sketchGunes Bayir
2023-01-06LHS broadcasting addition for dynamic fusionViet-Hoa Do
2022-12-30Move DWC native heuristic into the heuristic folderGian Marco Iodice
2022-12-29Update the ClConv2d heuristicGian Marco Iodice
2022-12-28Implement Logits1DMaxShiftExpSum kernel component in dynamic fusionGunes Bayir
2022-12-28Add Resize/Scale operator to Dynamic Fusion interfaceJakub Sujak
2022-12-22Add is_supported_op interfaceSiCong Li
2022-12-21Optimize MeanReduce by integer acc. and removing upfront dequant.Omar Al Khatib
2022-12-16Add output operator for dynamic fusionViet-Hoa Do
2022-12-13Add CLAMP operator to Dynamic Fusion interfaceJakub Sujak
2022-12-09Implement Cast operator in dynamic fusionGunes Bayir
2022-12-09Use heuristics for setting dynamic fusion direct conv2d tile sizesRamy Elgammal
2022-12-09Implement the OpenCL kernel to compute the indirect convolutionGian Marco Iodice
2022-11-29Adding GpuAdd to dynamic fusion operatorsRamy Elgammal
2022-11-28Integrate SME2 kernelsViet-Hoa Do
2022-11-28Implement FP32/16 Depthwise Conv2d operator in dynamic fusionGunes Bayir
2022-11-25Implement address precalculation for indirect conv2d - OpenCLGian Marco Iodice
2022-11-22Remove dynamic fusion prototype with tests and examplesSiCong Li
2022-11-22ONCPUML-1072: Tuned MWS values (for N1, V1) for binary operators used by oneDNNFadi Arafeh
2022-11-22space-to-depth shape calculator fixRamy Elgammal
2022-11-14Optimize Transposed Convolution for CL backend (FP32/16)Gunes Bayir
2022-11-10Fix compiler warnings in dynamic fusionSiCong Li
2022-11-04Fix compiler warnings in dynamic fusionSiCong Li
2022-11-01Rewrite dynamic fusionSiCong Li
2022-10-25Fix compiler warningPablo Marquez Tello
2022-10-06Rework DepthwiseConvolution heuristic on OpenCLGian Marco Iodice
2022-10-03Force CL kernel compilation with 64 registersViet-Hoa Do
2022-09-26Add FP32 Neon™ swish activationJonathan Deakin
2022-09-16Optimize Quantized/Integer Bilinear Scale for Neon™Gunes Bayir
2022-09-14Adding GELU activationMurray Kornelsen
2022-09-01Compute Hard-Swish with a Lookup table for qasymm8_signed.Pablo Marquez Tello
2022-08-17Add LUT for quantized sigmoid functionViet-Hoa Do
2022-08-04[ONCPUML-970] Fast math mode for fixed format kernelsPablo Marquez Tello
2022-08-03[ONCPUML-968] Fixed format kernel support in additional APIsMilos Puzovic
2022-08-02Update the GPUTarget listGian Marco Iodice
2022-07-26Fix for inclusion of "arm_gemm" from src into "Types.h" from coreRamy Elgammal
2022-07-19[ONCPUML-951] Variable weight support for Convolution.Francesco Petrogalli
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-05Add G57 to GPUTargetSiCong Li
2022-06-29Add LUT-based leaky relu for QASYMM8 on CPUViet-Hoa Do
2022-06-27Implement new Elementwise Dynamic Fusion Operators: Div, FloorMichalis Spyrou
2022-06-23Enable loading OpenCL symbols in Android App native code, NDK environment.ohadagoogle
2022-06-15Fix build error v8.2-a-svePablo Marquez Tello
2022-06-15Add support OpenCL 3.0 non-uniform workgroupViet-Hoa Do
2022-06-13Add support for 2d and 3d indices for axis 1Pablo Marquez Tello
2022-06-07Compute Hard-Swish with a Lookup table for qasymm8.Pablo Marquez Tello
2022-05-30Fix doxygen typosViet-Hoa Do