aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/ConvolutionLayer.cpp
AgeCommit message (Expand)Author
3 daysAdd memory stress tests for per channel quantized convolutionGunes Bayir
2024-04-12Runtime checks for bf16 fixed format testsDavid Svantesson-Yeung
2024-03-11Prefer indirect Gemm vs. Direct convolution if supportedGunes Bayir
2024-02-06Disable FP16 tests compilation on Multi-Isa v8aMohammed Suhail Munshi
2023-11-08Optimize CpuGemmConv2d start-up timeSiCong Li
2023-10-31Use dynamic quantization in Convolution and Dilated Convolution testsGunes Bayir
2023-10-02Optimize CL and Neon Winograd testsGunes Bayir
2023-04-13Increase tolerance for SME kernelsViet-Hoa Do
2023-03-29Add additional FP16 guards to Convolution LayerNathan John Sircombe
2023-02-24Fixes for CMake and Bazel builds, tests failing in sconsDavid Svantesson
2023-02-01Remove fixed format strides hackJonathan Deakin
2022-09-13Add test case for disable Winograd on fp16 if fast-math = falseRamy Elgammal
2022-08-04[ONCPUML-970] Fast math mode for fixed format kernelsPablo Marquez Tello
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
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas
2021-08-20Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2dGeorgios Pinitas
2021-07-30Reintroduce implementation of NEConvolutionLayer::get_convolution_methodMichele Di Giorgio
2021-07-29Port NEConvolutionLayerMichalis Spyrou
2021-07-15Port NEGEMMConvolutionLayerManuel Bottini
2021-07-13Port NEWinogradConvolutionLayerMichalis Spyrou
2021-06-25Port NEGEMMConv2d to memory injecting interfaceMichele Di Giorgio
2021-06-07Revert "Implement memory injection in CpuDirectGemmConv2d"Michele Di Giorgio
2021-05-27Implement memory injection in CpuDirectGemmConv2dSang-Hoon Park
2021-04-06Mixed data-layout testing on high priority operatorsManuel Bottini
2021-02-22Comply with Trademark rules for use of Neon, Arm and MaliSheri Zhang
2020-11-13COMPMID-3599: Disable direct gemm convolution testing for armv7 for 8bitGeorgios Pinitas
2020-11-12COMPMID-3776: Indirect GEMMGeorgios Pinitas
2020-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-07-06COMPMID-3534: Add NEGEMMConvolutionLayer tests for QASYMM8_SIGNED inputSang-Hoon Park
2020-05-13COMPMID-3128: Test improvement for GEMMConvolutionLayer on CL and NEON(Functi...Michele Di Giorgio
2020-05-13COMPMID-3108: Add Winograd 3x3,4x4 FP16 support for NEONGeorgios Pinitas
2020-03-12COMPMID-3160: Add Bfloat16 support in NEGEMMConvolutionLayerGeorgios Pinitas
2019-12-20COMPMID-2608: Enable quantization with multiplier greater than 1 on NEONMichele Di Giorgio
2019-12-04COMPMID-2764: Add support for QASYMM8_SIGNED in NEConvolutionLayer.Georgios Pinitas
2019-11-08COMPMID-2452: Fix 32-bit per-channel convolution for NEON.Georgios Pinitas
2019-11-06COMPMID-2308: NEConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filtersGeorgios Pinitas
2019-01-17COMPMID-1652 NEON Remove unnecessary configuration testsMichalis Spyrou
2019-01-11COMPMID-1652 NEON Cleanup and add missing testsMichalis Spyrou
2018-11-16COMPMID-1266 : Add support for FP16 in CLWinogradConvolutionLayer: 5x5 kernelsVidhya Sudhan Loganathan
2018-11-02COMPMID-1628: NEWinograd mismatches in the nightly.Pablo Tello
2018-11-02COMPMID-1602: Added Winograd tests for kernel 7x1 and 1x7.Pablo Tello
2018-11-02COMPMID-1551: NEWinograd 1x3 and 3x1 mismatches.Pablo Tello
2018-11-02COMPMID-1552: support kernels sizes 1x7, 7x1, 1x5, 5x1 in NEWinogradPablo Tello
2018-11-02COMPMID-1247:Integrate kernel size 1x3 & 3x1 support in NEWinogradLayer.Pablo Tello
2018-11-02COMPMID-1534 - Fixing FP16 tests on NEONGian Marco Iodice
2018-11-02COMPMID-1485 - Add support for NHWC when running NEGEMMConvolutionLayer with ...Gian Marco Iodice
2018-11-02COMPMID-1405: Create our own gemm_native kernel / function.Anthony Barbier
2018-11-02COMPMID-970 : Remove QS8 / QS16 supportVidhya Sudhan Loganathan