aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Expand)Author
2023-06-21Include CKW sources in Android.bpJakub Sujak
2023-06-19Implement FP32/FP16 MatMul NT/NT kernel using the MMUL extensionSiCong Li
2023-06-05Update CPU kernel implementations and guard directivesMichael Tyler
2023-05-04Implement OpenCL MatMul heuristic for Arm® Mali™-G710Gian Marco Iodice
2023-05-01Add Reorder to changelogDavid Svantesson
2023-04-28Reorder addedDavid Svantesson
2023-04-27Fix filelist issue with CPU MatMulViet-Hoa Do
2023-04-26Add FP16 depthwise kernels for SME2David Mansell
2023-04-17Add quantized CL MatMul kernels for Lhs NT/T, Rhs NTGunes Bayir
2023-04-14Align naming convention of ClMatMulJakub Sujak
2023-04-13Implement MatMul Function and Operator with Floating Point support for CPUMohammed Suhail Munshi
2023-04-11Enable quantized data types for CpuElementwiseUnary on Armv7aRamy Elgammal
2023-04-03Implement MatMul FunctionRamy Elgammal
2023-03-29Add quantized support for unary elementwise in CPUViet-Hoa Do
2023-03-17Implementation of RSQRT for quantized int8Ramy Elgammal
2023-03-17Implement OpenCL MatMul for Lhs NT Rhs T/NT FP32/16Ramy Elgammal
2023-03-13arm_gemm: Add SME2 FP16 kernels.David Mansell
2023-03-07Add sigmoid and tanh for dynamic fusionViet-Hoa Do
2023-02-08Update CPU kernels to remove x19 and w19Michael Tyler
2023-02-08Add support for dilation > 1 in assembly DepthwiseConvolutionPablo Marquez Tello
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-01-31Add Multiplication operator (FP only) to Dynamic Fusion InterfaceJakub Sujak
2023-01-25Implement dynamic fusion softmax operatorRamy Elgammal
2023-01-20Add missing direct conv2d tests to dynamic fusionSiCong Li
2023-01-20Dynamic Fusion Pooling Layer 2dMohammed Suhail Munshi
2023-01-18Revert "Update CPU kernels to remove x19"Michael Tyler
2023-01-16Update CPU kernels to remove x19Michael Tyler
2023-01-06Implement dynamic fusion reshape operatorRamy Elgammal
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-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-14Optimize Transposed Convolution for CL backend (FP32/16)Gunes Bayir
2022-11-01Rewrite dynamic fusionSiCong Li
2022-09-14INT8 Quantized MeanStdDevNorm (LayerNorm)Murray Kornelsen
2022-08-17Add LUT for quantized sigmoid functionViet-Hoa Do
2022-07-22Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNEDFreddie Liardet
2022-07-21Fix direct convolution cases that were failing on OdroidAdnan AlSinan
2022-07-14Integrate new winograd APIs from MLTechramelg01