aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-09-27Implement tflite compliant reverse for CPUAdnan AlSinan
2023-09-20Fix the validation issue in AddMulAdd fused kernelGunes Bayir
2023-09-18Separate the output quantization calculation logic from matmulGunes Bayir
2023-09-18Implement Quantized MatMul kernel using MMUL extensionGunes Bayir
2023-09-15Remove deprecated support for BF16 in CpuCastAdnan AlSinan
2023-09-14Add skeleton of ClMatMulLowpNativeMMULKernelGunes Bayir
2023-09-06Disable CKW ElementwiseBinary tests in Dynamic FusionJakub Sujak
2023-09-04Make zip and combine variadicViet-Hoa Do
2023-09-04Extend Neon ReshapeLayer validation testsAnitha Raj
2023-09-04Remove legacy PostOps codeJakub Sujak
2023-08-31Port ClTemplatePool2d to ckwAdnan AlSinan
2023-08-30Port Resize operator to CKWGunes Bayir
2023-08-30Disable NEArgMinMaxLayer RunSmall_F32_S64 for armv7aPablo Marquez Tello
2023-08-22Optimize CpuReshapeKernelAnitha Raj
2023-08-17Remove functionality to add padding in Y dimension in validation testsAnitha Raj
2023-08-08Add support for S64 output in NEArgMinMaxLayerPablo Marquez Tello
2023-08-08Fix failure in MeanReduce layerViet-Hoa Do
2023-08-07Port DirectConv2d to CKW backendJakub Sujak
2023-08-03Fix CL Tile operatorViet-Hoa Do
2023-08-01Improved testing for ArgMinMaxPablo Marquez Tello
2023-07-28Port ElementwiseBinary to CKW part 2SiCong Li
2023-07-28Retain back-compatibility for arm_compute/core/Types.hSiCong Li
2023-07-27Add missing tests for CLCastPablo Marquez Tello
2023-07-25Add GpuKernelArgumentBinding for runtime argument settingSiCong Li
2023-07-25Fix problem with exception handling in CPPSchedulerMatthew Bentham
2023-07-19Add support for input S64/U64 in CpuCastKernelPablo Marquez Tello
2023-07-18Break up core/Utils.h to reduce unused code being included everywhereMatthew Bentham
2023-07-14Port ClTemplateActivation into CkwAdnan AlSinan
2023-07-14Fix dynamic fusion compilation errorViet-Hoa Do
2023-07-13Added S64/U64 support for the input in CLCastPablo Marquez Tello
2023-07-12Make test fixture setup methods not be templatedMatthew Bentham
2023-07-11Improved Argminmax testingPablo Marquez Tello
2023-07-11Add Bias to MatMul Kernels and add support for use in Fully Connected LayerMohammed Suhail Munshi
2023-07-07Enable transpose convolution with non-square kernelsViet-Hoa Do
2023-07-06Fix nightly failures in MatMulLowpNativeKernel when using bounded activation ...Mohammed Suhail Munshi
2023-06-29Implement FP32/16 MatMul Lhs T Rhs T/NT kernel using MMUL extensionGunes Bayir
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-23Fix doxygen warningsramy.elgammal@arm.com
2023-06-22Bazel and CMake optional fp16 supportDavid Svantesson
2023-06-21Fix CPU depthwise convolution in case of large paddingViet-Hoa Do
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-15Break up arm_compute/core/Types.h a bitMatthew Bentham
2023-06-12Add multi-sketch support for dynamic fusionViet-Hoa Do
2023-06-12Refactor activation LUT computationPablo Marquez Tello
2023-05-18Printing out the rerun command of each failed testcaseRamy Elgammal
2023-05-15Raise abs_tolerance number for CL/DirectConvolution3D fp16 testsRamy Elgammal
2023-05-15Raise tolerance number for NEDeconvolutionLayer fp16 testsSiCong Li
2023-05-11Fix invalid vector length in CLViet-Hoa Do