aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-02-10Remove deprecated remap functions.Adnan AlSinan
2022-02-07Adding support for Arm Mali-G710Gian Marco Iodice
2022-02-03Added a multithreaded test for CL backend.Pablo Marquez Tello
2022-02-02Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros"Ramy Elgammal
2022-01-27Remove padding from CpuDirectConv2dKernelAdnan AlSinan
2022-01-25Add OpenBSD/arm64 support.Kevin Lo
2022-01-25Rework gemm_mm_reshaped_only_rhs_ kernels with new macrosGian Marco Iodice
2022-01-12Enabled support for QASYMM8 in ClCastKernelPablo Marquez Tello
2022-01-12Enable kernel selection testing (Phase #1)Giorgio Arena
2022-01-06Add signbit support for f16 typeSiCongLi
2021-12-25Add tests for FP Cpu Pooling where pool region is completely outside the inputSiCongLi
2021-12-24Fix test validation methodSiCongLi
2021-12-24Replacing non-inclusive terms with proper termsramelg01
2021-12-23Rework gemm_reshape_lhs_ with new macrosAdnan AlSinan
2021-12-20Added support for filter size 8x8 NCHW DirectConvPablo Marquez Tello
2021-11-12Fix PostOp dependencySiCongLi
2021-11-09Fix _memory.region() == nullptr validation bug for FusedPostOpsGiorgio Arena
2021-11-04Increase FP16 tolerance for BatchNormalizationLayerFreddie Liardet
2021-11-04Add validate tests for CLConvolutionLayer and CLGEMMConvolutionLayer with pos...SiCongLi
2021-11-04Add PRelu to supported PostOps in:ramelg01
2021-11-02Fix GEMMMatrixMultiplyReshapedOnlyRHSKernel tests to use InitializerListDatasetSiCongLi
2021-11-02Fix clang issue when casting negative int32_t to int64_tGiorgio Arena
2021-11-02Add post ops to ClGemmMatrixMultiplyReshapedOnlyRHSKernel and ClGemmMatrixMul...SiCongLi
2021-11-01Fix dst "widening" validationSiCongLi
2021-10-28Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1SiCongLi
2021-10-27Improve conv3d validationFreddie Liardet
2021-10-22Add uint8/int8 support to cpu conv3dFreddie Liardet
2021-10-22Remove large conv3d testsFreddie Liardet
2021-10-21Reduce size of large conv3d nightly testsFreddie Liardet
2021-10-20Implement CLDirectConv3DKernel - uint8/int8Giorgio Arena
2021-10-18Remove legacy GeMM kernels on OpenCLGian Marco Iodice
2021-10-18Fix precision issue in ChannelShuffleKernelPablo Marquez Tello
2021-10-18Fix unused variable issueSheri Zhang
2021-10-15Conv3d supportSheri Zhang
2021-10-14Implement CLDirectConv3D f32/f16Giorgio Arena
2021-10-12Add missing common functionalities for DirectConv3DGiorgio Arena
2021-10-12Remove padding in cpuPool2d NCHWFreddie Liardet
2021-10-08Create Fixture for DirectConv3DGiorgio Arena
2021-10-07Per-operator build dependenciesGeorgios Pinitas
2021-10-06Optimize CpuScale NHWC F32/F16Gian Marco Iodice
2021-10-05Fix tolerance issue for Scale tests on OpenCLGian Marco Iodice
2021-09-29Add support for non-constant weights and biases in CpuFullyConnectedGiorgio Arena
2021-09-16Fix Build error with asserts=0Adnan AlSinan
2021-09-16Revert "Add support for non-constant weights and biases in CpuFullyConnected"Pablo Marquez Tello
2021-09-15Provide tests for fusing pad layer in graph APIGunes Bayir
2021-09-15Fix nightly cl_image not supported issueSheri Zhang
2021-09-15Adds Conv3d reference implementation support.Adnan AlSinan
2021-09-07Add support for non-constant weights and biases in CpuFullyConnectedMichele Di Giorgio
2021-09-03Review all shapes in datasets to account for padding removal Part 1Gian Marco Iodice
2021-09-03Fix CLNormalizationLayer NCHW border calculationSiCongLi