aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-15Fix Intermittent Neon™ ReduceMean QASYMM8 Mismatchv23.02branches/arm_compute_23_02Mohammed Suhail Munshi
2023-02-09Fix performance regression in Transposed ConvolutionGunes Bayir
2023-02-03Fix armv7a failing GEMMConvolutionLayer testsMohammed Suhail Munshi
2023-02-02Fix GEMMLowp/Batched MatMul mismatches on CPUMohammed Suhail Munshi
2023-02-01Add new operator AddMulAdd for Neon™ backend for Float/Quantized typesGunes Bayir
2023-02-01Add Subtraction operator to Dynamic Fusion interfaceRamy Elgammal
2023-02-01Remove fixed format strides hackJonathan Deakin
2023-01-31Fixed clang-cl linker errorsPablo Tello
2023-01-31Add Multiplication operator (FP only) to Dynamic Fusion InterfaceJakub Sujak
2023-01-31Bazel and CMake buildsDavid Svantesson
2023-01-30Skip upsampling for deconvolution when not neededAnnop Wongwathanarat
2023-01-26Fix num_threads_hint() on macos.Pablo Marquez Tello
2023-01-25Implement dynamic fusion softmax operatorRamy Elgammal
2023-01-24Change dynamic fusion API to return destination tensor infoGunes Bayir
2023-01-23Fix performance regression when stride equal to kernel sizeGunes Bayir
2023-01-20Add missing direct conv2d tests to dynamic fusionSiCong Li
2023-01-20Improve the strided_slice layer on all data typesOmar Al Khatib
2023-01-20Add Auxiliary tensorsSiCong Li
2023-01-20Dynamic Fusion Pooling Layer 2dMohammed Suhail Munshi
2023-01-20Add enable_fast_math for NEDeconvolutionLayerAnnop Wongwathanarat
2023-01-18Add broadcast batched matmul validation casesSiCong Li
2023-01-18Revert "Update the heuristic for CLDepthwiseConvolutionNative kernel"Gian Marco Iodice
2023-01-18Revert "Update CPU kernels to remove x19"Michael Tyler
2023-01-17Fix ClGemm crashes on unsupported data typesSiCong Li
2023-01-16Update CPU kernels to remove x19Michael Tyler
2023-01-13Remove unused code in arm_conv/depthwise/Pablo Marquez Tello
2023-01-12Update the heuristic for CLDepthwiseConvolutionNative kernelGian Marco Iodice
2023-01-11Deprecated BF16 support in DepthConvertPablo Marquez Tello
2023-01-10Fix CL DirectConvolutionLayer validate testsSiCong Li
2023-01-10Extend cl image support to input and output tensorsGian Marco Iodice
2023-01-09Add extend padding lock flagRamy Elgammal
2023-01-06Implement dynamic fusion reshape operatorRamy Elgammal
2023-01-06Handle Intermediate tensors within the sketchGunes Bayir
2023-01-06LHS broadcasting addition for dynamic fusionViet-Hoa Do
2022-12-30Add temporary tile support for dynamic fusionViet-Hoa Do
2022-12-30Move DWC native heuristic into the heuristic folderGian Marco Iodice
2022-12-29Optimize CL Scale/Resize Quantized by removing (de)quant. codeGunes Bayir
2022-12-29Update the ClConv2d heuristicGian Marco Iodice
2022-12-29Extend Transposed Conv. for tiles with N0>1Gunes Bayir
2022-12-29Use CPU quantized addition kernel for quantized subtractionOmar Al Khatib
2022-12-28Fix company name on copyright noticeViet-Hoa Do
2022-12-28Fix various compilation errorsViet-Hoa Do
2022-12-28Implement Logits1DMaxShiftExpSum kernel component in dynamic fusionGunes Bayir
2022-12-28Add Resize/Scale operator to Dynamic Fusion interfaceJakub Sujak
2022-12-23Make CLReshape kernel window based on dst instead of srcRamy Elgammal
2022-12-23Add multiple output support for dynamic fusionViet-Hoa Do
2022-12-22Add is_supported_op interfaceSiCong Li
2022-12-21Optimize MeanReduce by integer acc. and removing upfront dequant.Omar Al Khatib
2022-12-21Update direct conv2d kernel in dynamic fusionGian Marco Iodice
2022-12-21Optimize SVE natural exponential functionViet-Hoa Do