summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Avoid division with zero on CLGEMM lhs/rhs configurationGeorgios Pinitas3-28/+28
2021-02-22Comply with Trademark rules for use of Neon, Arm and MaliSheri Zhang89-219/+219
2021-02-19Free _gemm_output_3d's memory region after run()Giorgio Arena1-0/+2
2021-02-18Set CLDirectConvolutionLayerKernel NCHW _border_size to input paddingGiorgio Arena2-6/+8
2021-02-18Set _gemm_output_3d's padding as the output's in NEGEMMConvolutionLayerGiorgio Arena1-2/+6
2021-02-17Update deprecation noticesGiorgio Arena4-20/+4
2021-02-16Handle Conv2d layer with implicit output padding in NHWCGeorgios Pinitas2-9/+31
2021-02-16Fix data layout retention and handling of leftovers when there is no paddingMichele Di Giorgio3-4/+36
2021-02-11Building android-nn-driver failedManuel Bottini1-1/+1
2021-02-11Validate mlgo gemm type selection and fall back to default heuristicsSiCong Li4-26/+122
2021-02-10Revert changes on tensor's strides and fix CLDepthwiseConvolution 3x3 QuantizedGiorgio Arena10-56/+23
2021-02-10Integrate MLGO into CLGEMMLowpMatrixMultiplyCore for native kernelSiCong Li4-16/+112
2021-02-10Decouple CpuPoolingKernel data type and data layoutSheri Zhang9-2353/+2518
2021-02-09Integrate MLGO into CLGEMM for reshaped kernelSiCong Li3-14/+107
2021-02-09Make Softmax kernels and operator statelessMichalis Spyrou10-319/+583
2021-02-09Add mlgo to graph examplesSiCong Li1-2/+6
2021-02-09Fix CLDepthwiseConvolutionLayer 3x3 QASYMM8Giorgio Arena10-44/+72
2021-02-09Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part4SiCong Li1-16/+67
2021-02-09Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part3SiCong Li3-31/+264
2021-02-09Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part2SiCong Li2-12/+20
2021-02-09Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part1SiCong Li8-33/+142
2021-02-09ArmNN internal OOB failed to build ACL with the use of a deleted functionManuel Bottini1-1/+1
2021-02-08Make memset/copy functions state-lessSheri Zhang39-601/+1305
2021-02-08Make NEON Pooling kernels and functions state-lessMichele Di Giorgio16-1240/+1322
2021-02-04Tweak scheduling use of SQDMULH in quantized AVG poolingMichele Di Giorgio62-1731/+1754
2021-02-04Fix CL Compiler frontend failure for ArgMinMaxGiorgio Arena1-4/+4
2021-02-03Fix OpenCL direct convolutionGian Marco Iodice2-21/+15
2021-02-03Fix segfault in fsrcnn.tflite in GpuAccTeresa Charlin1-2/+5
2021-02-03Make CL Pooling kernels and functions state-lessMichele Di Giorgio9-279/+418
2021-02-03Add WBSM tuning to CLTunerManuel Bottini8-78/+235
2021-02-02Implement MLGO moduleSiCong Li9-0/+2117
2021-02-02Account for eventual padding in Pooling assembly kernelsMichele Di Giorgio1-1/+15
2021-02-01Compress OpenCL kernel files using zlib for AndroidGeorgios Pinitas1-3/+159
2021-02-01Make data_layout an attribute of the Scale functionMichele Di Giorgio5-36/+37
2021-01-27Make CL Elementwise Unary kernels and functions state-lessMichele Di Giorgio9-210/+517
2021-01-27Add broadcasting support in NEPixelWiseMultiplicationKernel for FP16Pablo Marquez Tello1-47/+101
2021-01-27Force early exit of threads when output_height=1 and channels=1 in assembly p...Michele Di Giorgio2-0/+12
2021-01-27Make Gpu Elementwise Operations kernels and functions state-lessMichele Di Giorgio3-141/+316
2021-01-27Fix NEON/CL CustomConvolution failuresManuel Bottini2-6/+8
2021-01-26Make CLArithmeticSubtraction kernel and function state-lessMichele Di Giorgio13-53/+179
2021-01-26Remove iostream header file when not neededGian Marco Iodice3-4/+1
2021-01-26Make CLArithmeticAddition kernel and function state-lessMichele Di Giorgio12-491/+566
2021-01-26Rename functions/classes for elementwise unary operationsSang-Hoon Park8-123/+200
2021-01-25CTS Failures in Android CpuAcc in AddTeresa Charlin1-1/+1
2021-01-22Rename functions/classes for elementwise operationsSang-Hoon Park11-265/+564
2021-01-22Fix Scale CTS failuresSheri Zhang7-630/+66
2021-01-22Check for unsupported armv7a optimized pooling kernelsMichele Di Giorgio1-0/+3
2021-01-22Fixed segfault NEDeconvLayer due to overflow.Pablo Marquez Tello1-1/+12
2021-01-22Update Fp16 heuristic for Mali-G76 and Mali-G77Gian Marco Iodice2-4/+4
2021-01-22CTS failures in Android R and Q in GpuAcc in ArgMinMaxGiorgio Arena3-23/+36