aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-07Enable transpose convolution with non-square kernelsViet-Hoa Do
2023-07-07Fix unsupported configuration in CLFullyConnected validationGunes Bayir
2023-07-07Fix code formatting in CKWNikolaj Jensen
2023-07-06Pack CKW objects into Compute Library archiveJakub Sujak
2023-07-06Implement ITileOperand and set the relationship to CLTileGunes Bayir
2023-07-06Fix nightly failures in MatMulLowpNativeKernel when using bounded activation ...Mohammed Suhail Munshi
2023-07-06Move CKW prototype to separate directoryViet-Hoa Do
2023-07-05Rewrote CLArgMinMax for axis 0Pablo Marquez Tello
2023-07-05Fix unused function warningMichael Tyler
2023-07-05Update READMEramy.elgammal@arm.com
2023-07-04Depthwise channel pre-multiplicationMichael Tyler
2023-07-04Add Kernel Writer driver code to dynamic fusionSiCong Li
2023-07-03Update README for patch release 23.05.1ramy.elgammal@arm.com
2023-06-29Fix CKW test failureViet-Hoa Do
2023-06-29Implement FP32/16 MatMul Lhs T Rhs T/NT kernel using MMUL extensionGunes Bayir
2023-06-29Improvements to building CKWJakub Sujak
2023-06-28Update SONAME_VERSION in SConscript and CMake for release 23.05.1ramy.elgammal@arm.com
2023-06-28Fix compute kernel writer build warningsViet-Hoa Do
2023-06-27Compute kernel writer API and prototypeViet-Hoa Do
2023-06-26Add helpers to set CKW tensor components as OpenCL kernel argumentsJakub Sujak
2023-06-26Remove dependency on fp16 definitions from some core include filesMatthew Bentham
2023-06-26Use MatMul in fully connected layer with dynamic weights when supportedMohammed Suhail Munshi
2023-06-23Implement FP32/FP16 MatMul NT/T kernel using the MMUL extensionRamy Elgammal
2023-06-23Address the issues with the ACL coverage pipeline failures related to matmul.Renato Arantes
2023-06-23Fix doxygen warningsramy.elgammal@arm.com
2023-06-22Bazel and CMake optional fp16 supportDavid Svantesson
2023-06-21Include CKW sources in Android.bpJakub Sujak
2023-06-21Fix CPU depthwise convolution in case of large paddingViet-Hoa Do
2023-06-21Enable vmfa in arm7va/aarch32 when presentPablo Marquez Tello
2023-06-20Implement CLConstantTileGian Marco Iodice
2023-06-20Deprecate legacy libarm_compute_coreJakub Sujak
2023-06-19Implement FP32/FP16 MatMul NT/NT kernel using the MMUL extensionSiCong Li
2023-06-16Add Fused Activation to OpenCL MatMulMohammed Suhail Munshi
2023-06-16Escape double qoutes in embedded version stringMatthew Bentham
2023-06-16Fix potential infinite recursion in bfloat16 printerMatthew Bentham
2023-06-15Break up Utils.h a bit to reduce unused code being included everywhereMatthew Bentham
2023-06-15Break up arm_compute/core/Types.h a bitMatthew Bentham
2023-06-14Add a Getting Started guide to CKW READMEJakub Sujak
2023-06-12Add multi-sketch support for dynamic fusionViet-Hoa Do
2023-06-12Refactor activation LUT computationPablo Marquez Tello
2023-06-12Enable building Compute Kernel Writer from SconsJakub Sujak
2023-06-09Enable conversion of F32 NumPy files to F16Gian Marco Iodice
2023-06-09Reorder destructor in srcDavid Svantesson
2023-06-09Added int8 support in LeakyRelu/LUT kernel.Pablo Marquez Tello
2023-06-07Fix build error for armv7aPablo Marquez Tello
2023-06-07Fix guards for FP16 depthwise kernelsMichael Tyler
2023-06-06Fix ScaleKernel validate method.Pablo Marquez Tello
2023-06-05Update CPU kernel implementations and guard directivesMichael Tyler
2023-06-01Add CMakeLists to Compute Kernel WriterJakub Sujak
2023-05-31Fix number of dimensions changed after transposeViet-Hoa Do