aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-05-12Revert "Add support for 2d and 3d indices for axis 0"Mohammed Suhail Munshi
2022-05-11Fix inclusion guard for dynamic fusion moduleSiCong Li
2022-05-10Add support for 2d and 3d indices for axis 0Pablo Marquez Tello
2022-05-06Integrate Dynamic Fusion patchesSiCong Li
2022-05-06Add a note to clarify pretranspose option in GEMM and GEMMLowp fixturesAdnan AlSinan
2022-05-06Extend GEMM to support batch matmul operationMohammed Suhail Munshi
2022-05-06Extend GemmLowp reference to support BATCH MATMUL for quantized data typeAdnan AlSinan
2022-04-25Add LU_BOUNDED_RELU support for QSYMM16Pablo Marquez Tello
2022-04-20Fix Duplicate Template in Pooling3dFixtureMohammed Suhail Munshi
2022-04-19Add CLPool3d Int8 SupportMohammed Suhail Munshi
2022-04-13Add support for int8 CpuPool3dAdnan AlSinan
2022-04-13Add DirectConvolution2D kernel component for dynamic fusionGunes Bayir
2022-04-04Fix Nightly build failureAdnan AlSinan
2022-04-01Add CPU Pool3d FP16/32 implementationAdnan AlSinan
2022-03-31Fix embedded kernel header inclusion for dynamic fusionGiorgio Arena
2022-03-28Enable -static-openmp for newer NDK supportGiorgio Arena
2022-03-24[Dynamic Fusion] Implement build options generationGiorgio Arena
2022-03-17Setup automatic kernel window for dynamic fusionGunes Bayir
2022-03-16Fix dynamic fusion test Scons to enable unit testsSiCong Li
2022-03-15Implementation of ClPooling3dramelg01
2022-03-10Added windows native build supportPablo Tello
2022-03-08Merge kernel prototype patchGiorgio Arena
2022-03-03Decouple castKernelYair Schwarzbaum
2022-03-01Add Pool3d reference implementationGunes Bayir
2022-02-22Decouple CpuDirectConv2dKernelalerah01
2022-02-21Decouple CpuDepthwiseConv2dNativeKernelDana Zlotnik
2022-02-16Fixed threshould argument order in NE/CL/LSTMPablo Marquez Tello
2022-02-14Decouple CpuGemmMatrixMultiplyKernel and CpuGemmMatrixAdditionKernelDana Zlotnik
2022-02-14Port MaxUnpoolingLayer kernel and add KernelSelect vaidation testDana Zlotnik
2022-02-14Add kernel selection UT for submitted kernelsDana Zlotnik
2022-02-09Remove 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