aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2021-02-25Add proper range checking when identifying CPU capabilitiesGeorgios Pinitas
2021-02-25Avoid division with zeroGeorgios Pinitas
2021-02-24Check cpu index is within a valid range when populating cpu informationGeorgios Pinitas
2021-02-23Avoid division with zero on CLGEMM lhs/rhs configurationGeorgios Pinitas
2021-02-23Remove OpenGL ES supportManuel Bottini
2021-02-23Remove allocator check from BlobMemoryPool to avoid exceptionsGeorgios Pinitas
2021-02-23Use polymorphic_downcast instead of dynamic_castGeorgios Pinitas
2021-02-23Remove Compute Vision Neon supportMichalis Spyrou
2021-02-22Comply with Trademark rules for use of Neon, Arm and MaliSheri Zhang
2021-02-19Free _gemm_output_3d's memory region after run()Giorgio Arena
2021-02-18Set _gemm_output_3d's padding as the output's in NEGEMMConvolutionLayerGiorgio Arena
2021-02-17Update deprecation noticesGiorgio Arena
2021-02-16Handle Conv2d layer with implicit output padding in NHWCGeorgios Pinitas
2021-02-11Building android-nn-driver failedManuel Bottini
2021-02-11Validate mlgo gemm type selection and fall back to default heuristicsSiCong Li
2021-02-10Integrate MLGO into CLGEMMLowpMatrixMultiplyCore for native kernelSiCong Li
2021-02-09Integrate MLGO into CLGEMM for reshaped kernelSiCong Li
2021-02-09Make Softmax kernels and operator statelessMichalis Spyrou
2021-02-09Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part4SiCong Li
2021-02-09Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part3SiCong Li
2021-02-09Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part2SiCong Li
2021-02-09Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part1SiCong Li
2021-02-09ArmNN internal OOB failed to build ACL with the use of a deleted functionManuel Bottini
2021-02-08Make memset/copy functions state-lessSheri Zhang
2021-02-08Make NEON Pooling kernels and functions state-lessMichele Di Giorgio
2021-02-03Make CL Pooling kernels and functions state-lessMichele Di Giorgio
2021-02-03Add WBSM tuning to CLTunerManuel Bottini
2021-02-02Implement MLGO moduleSiCong Li
2021-02-01Make data_layout an attribute of the Scale functionMichele Di Giorgio
2021-01-27Make CL Elementwise Unary kernels and functions state-lessMichele Di Giorgio
2021-01-27Make Gpu Elementwise Operations kernels and functions state-lessMichele Di Giorgio
2021-01-27Fix NEON/CL CustomConvolution failuresManuel Bottini
2021-01-26Make CLArithmeticSubtraction kernel and function state-lessMichele Di Giorgio
2021-01-26Remove iostream header file when not neededGian Marco Iodice
2021-01-26Make CLArithmeticAddition kernel and function state-lessMichele Di Giorgio
2021-01-26Rename functions/classes for elementwise unary operationsSang-Hoon Park
2021-01-25CTS Failures in Android CpuAcc in AddTeresa Charlin
2021-01-22Rename functions/classes for elementwise operationsSang-Hoon Park
2021-01-22Fixed segfault NEDeconvLayer due to overflow.Pablo Marquez Tello
2021-01-21Add window parameter to schedulerSang-Hoon Park
2021-01-21Make CLFloor and CLActivation kernels and functions state-lessGeorgios Pinitas
2021-01-21Make Sub kernel and operator statelessSheri Zhang
2021-01-20Integrate improved pooling layer on NEONMichele Di Giorgio
2021-01-20Make all CL Concatenate kernels and functions state-lessMichele Di Giorgio
2021-01-19Fix doxygen references to new kernelsMichele Di Giorgio
2021-01-19Make memset/copy functions state-lessGeorgios Pinitas
2021-01-19Remove padding from direct convolution - OpenCLGian Marco Iodice
2021-01-19Make Add kernel and operator statelessSheri Zhang
2021-01-18Make Concatenate kernels and operator statelessGeorgios Pinitas
2021-01-18Add explicit cast to fix gcc10 build errorSang-Hoon Park