aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL
AgeCommit message (Expand)Author
2021-08-02Port CLConvolutionLayerSheri Zhang
2021-07-27Port CLGEMMConvolutionLayerManuel Bottini
2021-07-16Port CLIm2ColKernel to ClIm2ColKernelManuel Bottini
2021-07-15Port CLCol2ImKernel to ClCol2ImKernelManuel Bottini
2021-07-13Add in-place calculation support for CL elementwise arithmetic kernelsSheri Zhang
2021-07-08Remove redundant implementations of Add/Sub operatorsGeorgios Pinitas
2021-07-06Fix manual LOOP_UNROLLINGGian Marco Iodice
2021-07-02Rework OpenCL Depthwise ConvolutionGian Marco Iodice
2021-07-02Implement FP GPU depthwise convolution 1x1 kernel for in-place computationSiCongLi
2021-06-30Revert "Rework OpenCL Depthwise Convolution"Gian Marco Iodice
2021-06-29Port the ClGemmLowp kernels to the new APIGeorgios Pinitas
2021-06-24Rework gemmlowp reshaped_only_rhs using the new macrosGiorgio Arena
2021-06-24Rework OpenCL Depthwise ConvolutionGian Marco Iodice
2021-06-22Add FP16 support to CLRemapFreddie Liardet
2021-06-18Unused variables in Winograd testsManuel Bottini
2021-06-15Port CLWinogradConvolutionLayer with ClWinogradConv2dManuel Bottini
2021-06-15Add NHWC support to CLRemapFrederick Liardet
2021-06-11Fix errata in documentationJakub Sujak
2021-06-02Fix bug in PReluLayer when input is 1xN sizeFreddie Liardet
2021-05-20Add support for dynamic weights in CL FullyConnected layerGiorgio Arena
2021-05-19Port DepthConvert to new ApiGeorgios Pinitas
2021-05-18Port CLGEMM to memory injecting interfaceGeorgios Pinitas
2021-05-17Add unit-test for non-const weights on Fully Connected layersGeorgios Pinitas
2021-05-17Fix MeanStdDevNormalizationLayer reference outputting nan for FP16Giorgio Arena
2021-05-13Fix Pooling Layer Bug when input is 1xN sizeFreddie Liardet
2021-05-12Fix bug in Select operator when input is 1xNFreddie Liardet
2021-05-11Adding S32 Support to NEG operator in CLElementwiseUnaryLayerSuhail Munshi
2021-05-07Fix missing DATA_TYPE in DOT_PRODUCT4_INTEGER8 OpenCL macroGian Marco Iodice
2021-05-05Adding S32 support to CLPixelWiseMultiplicationSuhail Munshi
2021-05-04Turn EXPECT into ASSERT when testing invalid conditionsMichele Di Giorgio
2021-04-29Remove OpenCL padding: CLReductionOperationKernelGiorgio Arena
2021-04-29Remove stale/solved TODOsMichele Di Giorgio
2021-04-28Add per-channel quantization support for CLDeconvolutionLayerFreddie Liardet
2021-04-27Add optimization for global pooling in pooling_layer.clGian Marco Iodice
2021-04-22Fix bug on CLPixelWiseMultiplication broadcasted for Quantized typesGiorgio Arena
2021-04-20Remove OpenCL padding: CLPixelWiseMultiplicationKernelGiorgio Arena
2021-04-19Added S32 Integer support to DIV operator in CLElementWiseOperations with TestsSuhail Munshi
2021-04-15Fix validation bug in release mode for armv7Giorgio Arena
2021-04-14Removes redundant std::move of temporaryGeorgios Pinitas
2021-04-14Add support for a global allocator for OpenCL tensorsGeorgios Pinitas
2021-04-14Remove OpenCL padding: CLNormalizationLayerKernelManuel Bottini
2021-04-07Review all shapes in datasets to account for padding removal Part 2SiCong Li
2021-04-06Mixed data-layout testing on high priority operatorsManuel Bottini
2021-04-01Added Qasymm8 datatype support to CLROIPoolingLayer with TestsSuhail Munshi
2021-03-31Remove Computer Vision generic interfaces and typesGeorgios Pinitas
2021-03-26Check biases pointer before referencing in CLDirectConvolutionLayerMichele Di Giorgio
2021-03-23Extend direct convolution (F32/F16/QASYMM8)Gian Marco Iodice
2021-03-23Make ClDirectConvolutionKernel statelessSheri Zhang
2021-03-22Increase tolerance for winograd input transform F32 NHWCGiorgio Arena
2021-03-16Add test case for memory managed softmax layerSang-Hoon Park