aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL
AgeCommit message (Expand)Author
2019-02-15COMPMID-1710: Fix CL logistic activation for QASYMM8Michele Di Giorgio
2019-02-15Revert "COMPMID-1329: Add support for GenerateProposals operator in CL"Giuseppe Rossini
2019-02-13COMPMID-1996: Update documenation for doxgen 1.8.15Manuel Bottini
2019-02-13COMPMID-1918: Different qinfos support in CLConcatLayerPablo Tello
2019-02-12COMPMID-1934: Doxygen online documentation errors on FirefoxManuel Bottini
2019-02-08COMPMID-1859: Avoid unnecessary padding in CLWidthConcatenate[2,4]TensorsKernelMichele Di Giorgio
2019-02-07COMPMID-1706: Fuse the bias addition within CLGEMMMichele Di Giorgio
2019-02-06COMPMID-1924: Validate quantization info in pooling layer.Georgios Pinitas
2019-01-30COMPMID-1691: Optimize CLDepthwiseConvolutionKernel (QASYMM8/NHWC) for 3x3 ke...giuros01
2019-01-25COMPMID-1698: Implementing CLGEMMLowpMatrixMultiplyReshapedKernelGian Marco Iodice
2019-01-25COMPMID-1866: Revisit padding and window on CLDepthwiseConvolutionNHWCMichele Di Giorgio
2019-01-24COMPMID-1900: Nightly issue with GEMMReshapeLHSMatrixGian Marco Iodice
2019-01-21COMPMID-1899: Fix NaN issue in CLGEMMMatrixMultiplyReshapedKernelGian Marco Iodice
2019-01-21COMPMID-1898: (Nightly) Many CLGEMM tests failgiuros01
2019-01-21COMPMID-1727: CL: Implement Gather - support S32 indicesManuel Bottini
2019-01-18COMPMID-1710: Fix address space issueGeorge Wort
2019-01-17COMPMID-1652 CL Cleanup and add missing testsMichalis Spyrou
2019-01-16COMPMID-1794: Add support for NHWC in CLROIAlignLayerGeorge Wort
2019-01-16COMPMID-1710 Move some Util functions to core/UtilsMichalis Spyrou
2019-01-15COMPMID-1886 : Enable CLTuner for CLScaleVidhya Sudhan Loganathan
2019-01-15COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel (part 1)Gian Marco Iodice
2019-01-14COMPMID-1758: NEON: Implement RangeManuel Bottini
2019-01-14COMPMID-1724: CL Implement ProdManuel Bottini
2019-01-14Issue COMPMID-1835: Remove CLGEMMInterleave4x4Kernel and replace with CLGEMMR...giuros01
2019-01-11COMPMID-1677: Change ROIPooling layer interface to accept ROIs as tensorsManuel Bottini
2019-01-11COMPMID-1761: NEON: Implement PackIsabella Gottardi
2019-01-09COMPMID-1710: Collapse window in CLDepthConvertKernelGeorgios Pinitas
2019-01-09COMPMID-1837 : Implement REPEAT utility macro on OpenCLVidhya Sudhan Loganathan
2019-01-08Implementation of Permute CL kernel to handle all permutationsshubham
2019-01-07COMPMID-1727 - CL: Implement GatherManuel Bottini
2018-12-28COMPMID-1860: Invalid arguments in CLDepthwiseConvolution3x3 for NHWCGeorgios Pinitas
2018-12-21COMPMID-1836: Remove CLGEMMTranspose1xWKernel and replace with CLGEMMReshapeR...giuros01
2018-12-20COMPMID-1858: Fix boundary check in gemm_reshape_rhs_matrix_t and gemm_reshap...Gian Marco Iodice
2018-12-19COMPMID-1834: Add transpose support to CLGEMMReshapeLHSMatrixKernelGian Marco Iodice
2018-12-18COMPMID-1722 : CL: Implement RangeVidhya Sudhan Loganathan
2018-12-17COMPMID-1812: CLSpaceToBatch paddings not calculated correctlyIsabella Gottardi
2018-12-17COMPMID-1710: Fixing gemm_mm_reshaped_lhs_nt_rhs_t with REINTERPRET_OUTPUT_AS_3DGian Marco Iodice
2018-12-14COMPMID-1710: Fixes in StrideSlice calculations.Georgios Pinitas
2018-12-14COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel for Mali-G76 - Part1Gian Marco Iodice
2018-12-12COMPMID-1786 Dispatch a single OpenCL when running CLScaleKernel with NHWC wi...Michalis Spyrou
2018-12-11COMPMID-1775: Implement CLGEMMReshapeRHSMatrixKernel to reshape the RHS matri...Gian Marco Iodice
2018-12-10COMPMID-1774: Implement CLGEMMReshapeLHSMatrixKernel to reshape the LHS matri...Gian Marco Iodice
2018-12-07COMPMID-1821 (Nighlty) CL/ArgMinMax/Float/ clEnqueueMapBuffer failuresMichalis Spyrou
2018-12-07COMPMID-1451: Fix shape check in CLStridedSliceKernelGeorgios Pinitas
2018-12-07COMPMID-1710 CLElementwiseUnary: Fix accesses smaller than vector sizeMichalis Spyrou
2018-12-05COMPMID-1822: (Nightly) : 'CL/ArithmeticDivision mismatchesgiuros01
2018-12-05COMPMID-1719 CL: Implement RSqrt, ExpMichalis Spyrou
2018-12-05COMPMID-1723: CL: Implement ReverseMichele Di Giorgio
2018-12-05COMPMID-1298: Fuse ReLu activation in CLWinogradOutputTransformManuel Bottini
2018-12-05COMPMID-1725: Implement PackGian Marco Iodice