aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/arm_conv
AgeCommit message (Expand)Author
2024-03-12Fix WoA nightly failurePablo Marquez Tello
2024-02-22Fix segfault in DWC in WoAPablo Marquez Tello
2024-02-14Fix compiler errors in cl-clangPablo Marquez Tello
2024-02-07Parallelize CPU depthwise over batch if only 1 rowJonathan Deakin
2023-08-22CPU: Depthwise: Generate correct size for input indirection array.David Mansell
2023-07-13Enable premultiplication for depthwise convolutionMichael Tyler
2023-07-05Fix unused function warningMichael Tyler
2023-07-04Depthwise channel pre-multiplicationMichael Tyler
2023-06-23Fix doxygen warningsramy.elgammal@arm.com
2023-06-07Fix guards for FP16 depthwise kernelsMichael Tyler
2023-06-05Update CPU kernel implementations and guard directivesMichael Tyler
2023-04-26Add FP16 depthwise kernels for SME2David Mansell
2023-02-08Update CPU kernels to remove x19 and w19Michael Tyler
2023-02-08Add support for dilation > 1 in assembly DepthwiseConvolutionPablo Marquez Tello
2023-01-31Fixed clang-cl linker errorsPablo Tello
2023-01-18Revert "Update CPU kernels to remove x19"Michael Tyler
2023-01-16Update CPU kernels to remove x19Michael Tyler
2023-01-13Remove unused code in arm_conv/depthwise/Pablo Marquez Tello
2022-11-28Integrate SME2 kernelsViet-Hoa Do
2022-07-01Fix OpenBSD build errorsPablo Marquez Tello
2022-05-17DepthwiseConv reports full assembly kernel namePablo Marquez Tello
2022-05-05Fix for Neon™ Depthwise Android P VTS test failureramelg01
2022-04-26Update Neon™ depthwise kernelramelg01
2022-04-25Update Neon™ pooling kernelramelg01
2022-01-21DepthwiseConv reports full assembly kernel namePablo Marquez Tello
2021-10-18Add user provided JSON operator list buildFreddie Liardet
2021-10-07Per-operator build dependenciesGeorgios Pinitas
2021-10-05Fixed the compiler warning -Werror=type-limitsPablo Marquez Tello
2021-09-07Update cpu depthwise kernelsFreddie Liardet
2021-08-04Fix depthwise convolution assembly kernelsFreddie Liardet
2021-07-30Compilation issue: neon=1 armv8.2 on Android with NDKr18beta1Gian Marco Iodice
2021-07-16Include limits header to fix errors reported by GCC11Michele Di Giorgio
2021-06-23Create core library using high priority operatorsMichalis Spyrou
2021-06-18Integrate improved CPU depthwise convolution kernelsMichele Di Giorgio
2021-06-02Fixed the compiler warning -Werror=type-limitsPablo Marquez Tello
2021-02-15Fix data layout retention and handling of leftovers when there is no paddingMichele Di Giorgio
2021-02-04Tweak scheduling use of SQDMULH in quantized AVG poolingMichele Di Giorgio
2021-01-27Force early exit of threads when output_height=1 and channels=1 in assembly p...Michele Di Giorgio
2021-01-20Integrate improved pooling layer on NEONMichele Di Giorgio