aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2024-03-26Fix graph examples for WoAPablo Marquez Tello
2024-03-21Add skeleton for CLScatter op, reference and testsMohammed Suhail Munshi
2024-03-21[ONCPUML-1451] Add matmul kernel to enable bf16 to bf16 operations via PyTorc...Renato Arantes
2024-02-01Use the stable CKW API in the GPU dynamic fusion backendGunes Bayir
2023-12-22Add Mali™-G720 and Mali™-G620 as GpuTargetsGunes Bayir
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-25Remove CommonGraphOptions from Utils target and warningsPaolo Tricerri
2023-09-04Remove legacy PostOps codeJakub Sujak
2023-07-28Retain back-compatibility for arm_compute/core/Types.hSiCong Li
2023-06-16Add Fused Activation to OpenCL MatMulMohammed Suhail Munshi
2023-06-16Fix potential infinite recursion in bfloat16 printerMatthew Bentham
2023-06-15Break up arm_compute/core/Types.h a bitMatthew Bentham
2023-06-09Enable conversion of F32 NumPy files to F16Gian Marco Iodice
2023-04-13Implement MatMul Function and Operator with Floating Point support for CPUMohammed Suhail Munshi
2023-04-04Support dynamic weights for Fully Connected layers on GPUJakub Sujak
2023-04-03Implement MatMul FunctionRamy Elgammal
2023-03-17Implement OpenCL MatMul for Lhs NT Rhs T/NT FP32/16Ramy Elgammal
2023-03-06Fix LWS search space used by CLTunerSiCong Li
2023-01-31Add Multiplication operator (FP only) to Dynamic Fusion InterfaceJakub Sujak
2023-01-31Bazel and CMake buildsDavid Svantesson
2023-01-20Add missing direct conv2d tests to dynamic fusionSiCong Li
2023-01-20Update libnpy header external dependency to the latest versionJakub Sujak
2023-01-20Dynamic Fusion Pooling Layer 2dMohammed Suhail Munshi
2023-01-11Deprecated BF16 support in DepthConvertPablo Marquez Tello
2022-12-28Implement Logits1DMaxShiftExpSum kernel component in dynamic fusionGunes Bayir
2022-12-28Add Resize/Scale operator to Dynamic Fusion interfaceJakub Sujak
2022-12-21Fixed various mismatches in CpuCastKernelPablo Marquez Tello
2022-12-13Add CLAMP operator to Dynamic Fusion interfaceJakub Sujak
2022-12-09Implement Cast operator in dynamic fusionGunes Bayir
2022-11-29Adding GpuAdd to dynamic fusion operatorsRamy Elgammal
2022-11-28Implement FP32/16 Depthwise Conv2d operator in dynamic fusionGunes Bayir
2022-11-02Add Dynamic Fusion GpuConv2d FP32/FP16 testcaseRamy Elgammal
2022-09-26Add FP32 Neon™ swish activationJonathan Deakin
2022-09-14Adding GELU activationMurray Kornelsen
2022-08-02Update the GPUTarget listGian Marco Iodice
2022-07-26Fix for inclusion of "arm_gemm" from src into "Types.h" from coreRamy Elgammal
2022-07-25Enable march=armv8.6-a in non multi-isa buildsPablo Marquez Tello
2022-07-19[ONCPUML-951] Variable weight support for Convolution.Francesco Petrogalli
2022-07-13Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16Gunes Bayir
2022-06-06Fix build errors in GCC12Pablo Marquez Tello
2022-03-15Implementation of ClPooling3dramelg01
2022-02-07Adding support for Arm Mali-G710Gian Marco Iodice
2021-11-12Fix PostOp dependencySiCongLi
2021-11-04Add validate tests for CLConvolutionLayer and CLGEMMConvolutionLayer with pos...SiCongLi
2021-11-04Add PRelu to supported PostOps in:ramelg01
2021-11-01Add PostOp support to GEMM and CLGEMM operators and functions Part 2SiCongLi
2021-11-01Fix dst "widening" validationSiCongLi
2021-10-28Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1SiCongLi
2021-10-18Remove legacy GeMM kernels on OpenCLGian Marco Iodice
2021-10-14Implement CLDirectConv3D f32/f16Giorgio Arena