aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2023-05-10Remove inclusion of NEReorderKernel header from NEReorderLayerRamy Elgammal
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-03Support multi-dimensional indices in the CL Gather Layer up to four-dimension...Omar Al Khatib
2023-05-03Guards to make NEReorder aarch64 onlyDavid Svantesson
2023-05-03Bazel and CMake updatesDavid Svantesson
2023-05-02Removes `experimental` from `experimental_fixed_format_kernels` flagNathan John Sircombe
2023-05-02Fix fully connected and matmul mismatchesViet-Hoa Do
2023-04-28Reorder addedDavid Svantesson
2023-04-28Fix the gather layer indices checkViet-Hoa Do
2023-04-27Add quantized CL MatMul kernel for LHS NT, RHS TJakub Sujak
2023-04-26Only define validation test tolerance for quantized types in case of aarch64 ...Ramy Elgammal
2023-04-24Disable Neon/MatMul/Quantized for armv7aRamy Elgammal
2023-04-20Implement CL kernel for a native batched matmul Quantized - LHS transposed, R...Omar Al Khatib