aboutsummaryrefslogtreecommitdiff
path: root/src/dynamic_fusion
AgeCommit message (Expand)Author
2024-02-09Remove CKW prototype and Template WriterGunes Bayir
2024-02-08Fix the bug in GpuTanh operator in dynamic fusionGunes Bayir
2024-02-08Mark GpuSoftmax and GpuReshape as not supportedGunes Bayir
2024-02-01Use the stable CKW API in the GPU dynamic fusion backendGunes Bayir
2024-01-23Make GpuWorkloadContext own all tensor info objectsViet-Hoa Do
2023-11-14Update comments to suppress doxygen warnings.Anitha Raj
2023-10-31Extend CKW MatMul with nt_tAdnan AlSinan
2023-10-10Port MatMul to Dynamic Fusion + CKW boilerplate codeAdnan AlSinan
2023-10-04Port DepthwiseConv2d operator to Ckwramy.elgammal@arm.com
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-15Fix include dependencies for mass reformatting patchGunes Bayir
2023-08-31Port ClTemplatePool2d to ckwAdnan AlSinan
2023-08-30Port Resize operator to CKWGunes Bayir
2023-08-07Port DirectConv2d to CKW backendJakub Sujak
2023-07-28Port ElementwiseBinary to CKW part 2SiCong Li
2023-07-28Retain back-compatibility for arm_compute/core/Types.hSiCong Li
2023-07-25Add GpuKernelArgumentBinding for runtime argument settingSiCong Li
2023-07-18Break up core/Utils.h to reduce unused code being included everywhereMatthew Bentham
2023-07-14Port ClTemplateCast into CkwAdnan AlSinan
2023-07-14Port ClTemplateActivation into CkwAdnan AlSinan
2023-07-12Add compute kernel writer arguments exportViet-Hoa Do
2023-07-10Port operations to CKW prototypeNikolaj Jensen
2023-07-10Do not include headers necessary for logging when logging is disabledMatthew Bentham
2023-07-06Move CKW prototype to separate directoryViet-Hoa Do
2023-07-04Add Kernel Writer driver code to dynamic fusionSiCong Li
2023-06-15Break up arm_compute/core/Types.h a bitMatthew Bentham
2023-06-12Add multi-sketch support for dynamic fusionViet-Hoa Do
2023-05-05Disable dynamic weights in unsupported operatorsViet-Hoa Do
2023-03-29Fix GCC13 compiler errorsPablo Marquez Tello
2023-03-07Add sigmoid and tanh for dynamic fusionViet-Hoa Do
2023-03-07Resolve the presence of variables that are unused in release mode in Dynamic ...Omar Al Khatib
2023-03-02Fix direct conv2d in dynamic fusionViet-Hoa Do
2023-02-28Add an option to use lowest for max-poolingAdnan AlSinan
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-24Change dynamic fusion API to return destination tensor infoGunes Bayir
2023-01-20Add missing direct conv2d tests to dynamic fusionSiCong Li
2023-01-20Add Auxiliary tensorsSiCong Li
2023-01-20Dynamic Fusion Pooling Layer 2dMohammed Suhail Munshi
2023-01-10Extend cl image support to input and output tensorsGian Marco Iodice
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-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