aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-05-24Prepare the basic types for the compute kernel writer (CKW)Gian Marco Iodice
2023-05-18Printing out the rerun command of each failed testcaseRamy Elgammal
2023-05-17Move lut kernel to sve2 categorySiCong Li
2023-05-17Revert "Check for nullptr when failing to load OpenCL libraries"Omar Al Khatib
2023-05-16Raise an erratum about sporadic CLArgMinMax nightly failureSiCong Li
2023-05-16Check for nullptr when failing to load OpenCL librariesJakub Sujak
2023-05-15Raise abs_tolerance number for CL/DirectConvolution3D fp16 testsRamy Elgammal
2023-05-15Raise tolerance number for NEDeconvolutionLayer fp16 testsSiCong Li
2023-05-12Move matmul heuristics files from Gemm to MatMul in filelist.jsonRamy Elgammal
2023-05-12Update release notes for the 23.05 release.Omar Al Khatib
2023-05-12Fix performance regression in FP16 DeconvolutionJakub Sujak
2023-05-12Update README to refer to the 23.05 releaseOmar Al Khatib
2023-05-11Fix invalid vector length in CLViet-Hoa Do
2023-05-11Remove check for bias in CPU Depthwise ConvolutionJakub Sujak
2023-05-11Fix undefined ClMatMulNativeKernel::validate for high priority buildSiCong Li
2023-05-10Remove inclusion of NEReorderKernel header from NEReorderLayerRamy Elgammal
2023-05-10Update SONAME_VERSION in SConscriptOmar Al Khatib
2023-05-10Fix validation issue with CPU scale on FP16Viet-Hoa Do
2023-05-10Re-enable dyanmic weights in Neon™ depthwise convolutionRamy Elgammal
2023-05-05Connect CLMatMul function to quantized kernels and resolve NE BatchMatMul int...Jakub Sujak
2023-05-05Disable dynamic weights in unsupported operatorsViet-Hoa Do