aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON
AgeCommit message (Expand)Author
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-19Add quantized support for CPU MatMulViet-Hoa Do
2023-04-17Fix unhandled case in ElementwiseUnaryRamy Elgammal
2023-04-14Fix dynamic weights for CPU connected layerViet-Hoa Do
2023-04-13Increase tolerance for SME kernelsViet-Hoa Do
2023-04-13Implement MatMul Function and Operator with Floating Point support for CPUMohammed Suhail Munshi
2023-04-11Enable quantized data types for CpuElementwiseUnary on Armv7aRamy Elgammal
2023-03-30Add cropping support to NEBatchToSpaceSiCong Li
2023-03-29Fix GCC13 compiler errorsPablo Marquez Tello
2023-03-29Add additional FP16 guards to Convolution LayerNathan John Sircombe
2023-03-29Add quantized support for unary elementwise in CPUViet-Hoa Do
2023-03-21Add dynamic weights for CPU fully connected layerViet-Hoa Do
2023-03-01Add support for kernel indices in MaxpoolAdnan AlSinan
2023-02-24Fixes for CMake and Bazel builds, tests failing in sconsDavid Svantesson
2023-02-10Fix DeconvolutionLayer tolerance issues in FP16 testsGunes Bayir
2023-02-03Disable AddMulAdd armv7a testsGunes Bayir
2023-02-01Fix GEMMLowp/Batched MatMul mismatches on CPUMohammed Suhail Munshi
2023-02-01Add new operator AddMulAdd for Neon™ backend for Float/Quantized typesGunes Bayir
2023-02-01Remove fixed format strides hackJonathan Deakin
2023-01-17Fix ClGemm crashes on unsupported data typesSiCong Li
2023-01-11Deprecated BF16 support in DepthConvertPablo Marquez Tello
2023-01-10Fix CL DirectConvolutionLayer validate testsSiCong Li
2022-11-15Fix GemmLowp BatchMatMul Tests to use quantized OutputsMohammed Suhail Munshi
2022-11-08SVE Hard-Swish via Lookup table for quantized inputPablo Marquez Tello
2022-11-01Updateable weights in depthwise convolutionMilos Puzovic
2022-10-20Update reinterpret tensor as 1D for CPU addViet-Hoa Do
2022-10-20Add test in GEMMLowp for batch matmulMohammed Suhail Munshi
2022-10-03Fix Batch Matmul nightly failureAdnan AlSinan
2022-10-03Optimize CPU add layer on quantized dataViet-Hoa Do
2022-09-26Add FP32 Neon™ swish activationJonathan Deakin
2022-09-16Optimize Quantized/Integer Bilinear Scale for Neon™Gunes Bayir
2022-09-14Adding GELU activationMurray Kornelsen
2022-09-14INT8 Quantized MeanStdDevNorm (LayerNorm)Murray Kornelsen
2022-09-13Add test case for disable Winograd on fp16 if fast-math = falseRamy Elgammal
2022-09-12Add test for NEGEMM to test a batched matrix multiplication with variable inp...Adnan AlSinan
2022-08-04[ONCPUML-970] Fast math mode for fixed format kernelsPablo Marquez Tello
2022-08-01Optimize add layer by considering the input tensors as 1D arrayGunes Bayir
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
2022-07-13Fixed clang-cl errors on Windows native builds.Pablo Tello
2022-06-13Add support for 2d and 3d indices for axis 1Pablo Marquez Tello
2022-06-07Compute Hard-Swish with a Lookup table for qasymm8.Pablo Marquez Tello
2022-05-12Revert "Add support for 2d and 3d indices for axis 0"Mohammed Suhail Munshi
2022-05-10Add support for 2d and 3d indices for axis 0Pablo Marquez Tello
2022-04-25Add LU_BOUNDED_RELU support for QSYMM16Pablo Marquez Tello
2022-04-13Add support for int8 CpuPool3dAdnan AlSinan
2022-04-04Fix Nightly build failureAdnan AlSinan
2022-04-01Add CPU Pool3d FP16/32 implementationAdnan AlSinan