aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL
AgeCommit message (Expand)Author
2019-05-15COMPMID-2331: Fix FFTConvolutionLayer when no bias is used.Georgios Pinitas
2019-05-15COMPMID-2334: Extend search space for the EXHAUSTIVE OpenCL tunerGian Marco Iodice
2019-05-14COMPMID-1995: Change CLTuner default mode to NORMALMichalis Spyrou
2019-05-10COMPMID-2177 Fix clang warningsMichalis Spyrou
2019-05-10COMPMID-1635: Optimize CLDeconvolutionLayer - Part IIIgiuros01
2019-05-01COMPMID-1995: Fix clang-tidy warningsMichalis Spyrou
2019-04-29COMPMID-2117 : Use FFT convolution if output feature map depth is less than i...Vidhya Sudhan Loganathan
2019-04-26COMPMID-1995: Fix memory management for weights transform in CLFFTGeorgios Pinitas
2019-04-25COMPMID-1974 : Extend CLTuner to support different of level of tuningVidhya Sudhan Loganathan
2019-04-24COMPMID-2048: Add support for dilation in NEDepthwiseConvolution.Usama Arif
2019-04-18COMPMID-2047: Add support for dilation in CLDepthwiseConvolution.Usama Arif
2019-04-16COMPMID-2051 Refactor shape_calculator::calculate_concatenate_shapeMichalis Spyrou
2019-04-16COMPMID-2110: Enable CLGEMMLowpMatrixMultiplyReshapeOnlyRHSKernel in CLGEMMLowpGian Marco Iodice
2019-04-15COMPMID-2111: ConcatenateLayer API should accept an index instead of an enumGeorgios Pinitas
2019-04-11COMPMID-1959: Implements 2D FFT on OpenCLGeorgios Pinitas
2019-04-09COMPMID-2057: Implement and test import memory interfaces.Georgios Pinitas
2019-04-08COMPMID-2097: Implement a heuristic to dispatch CLGEMMReshapedOnlyRHS kernel ...Gian Marco Iodice
2019-04-08COMPMID-2062 Rework CL ConcatenateLayerMichalis Spyrou
2019-04-08COMPMID-2098: Scope handling of memory group resources.Georgios Pinitas
2019-04-04COMPMID-2102: Fix CLWinogradConvolutionLayer for 7x7Gian Marco Iodice
2019-04-03COMPMID-1318: Implementing Winograd 7x7 NHWC on OpenCL - Part IIIgiuros01
2019-04-02COMPMID-2069: Rework CL ML layers to run exclusively on CL.Georgios Pinitas
2019-04-02COMPMID-1024 Investigate concatenation for RNN/LSTM OpenCLJohn Kesapides
2019-03-29Optimize CL DeconvolutionLayer-Part II: Add CLDirectDeconvolution function to...giuros01
2019-03-29COMPMID-1958: Implements 1D FFT in OpenCL.Georgios Pinitas
2019-03-28COMPMID-2008: Add support for "reflect" padding mode in CLPadManuel Bottini
2019-03-27COMPMID-1995: Minor code fixes.Georgios Pinitas
2019-03-27COMPMID-1944 Add support for "reflect" padding mode in NEPadUsama Arif
2019-03-20COMPMID-1932: Implement CLHeightConcatenateLayer.Pablo Tello
2019-03-19COMPMID-1933: Implement NEHeightConcatenateLayer.Pablo Tello
2019-03-18Optimize CLDeconvolution-PART I: bug fixing CLGEMMLowpMatrixMultiplyCoregiuros01
2019-03-14COMPMID-1936: Add support for QASYMM8 in CLQuantizeLayer.Usama Arif
2019-03-13COMPMID-1844: Implement CLCropGeorge Wort
2019-03-05COMPMID-1937: Adds support for DequantizationLayer for NEON/CL.Georgios Pinitas
2019-02-18COMPMID-1999: Add support for GenerateProposals operator in CLManuel Bottini
2019-02-18COMPMID-1710 fix CL context creationJohn Kesapides
2019-02-15Revert "COMPMID-1329: Add support for GenerateProposals operator in CL"Giuseppe Rossini
2019-02-13COMPMID-1918: Different qinfos support in CLConcatLayerPablo Tello
2019-02-12COMPMID-1919: Opencl - Tuning with Instrumentation does not workVidhya Sudhan Loganathan
2019-02-07COMPMID-1923: Input is ignored if peephole optimization is enabled inGeorgios Pinitas
2019-02-07COMPMID-1706: Fuse the bias addition within CLGEMMMichele Di Giorgio
2019-02-06COMPMID-1920: Failure exit order destruction when CLTuner enabled.Georgios Pinitas
2019-02-06COMPMID-1915: Deconvolution doesn't work when inner_dimension_top != 0 or inn...giuros01
2019-02-04COMPMID-1910: Improve CLTuner reducing the number of LWS to testGian Marco Iodice
2019-02-01COMPMID-1887: Fixed segfault in validation tests.Pablo Tello
2019-01-30COMPMID-1691: Optimize CLDepthwiseConvolutionKernel (QASYMM8/NHWC) for 3x3 ke...giuros01
2019-01-25COMPMID-1710: Define missed specializations for comparisonsGeorgios Pinitas
2019-01-25COMPMID-1698: Implementing CLGEMMLowpMatrixMultiplyReshapedKernelGian Marco Iodice
2019-01-23COMPMID-1795: Add support for NHWC in CLGenerateProposalsLayerGeorge Wort
2019-01-21COMPMID-1898: (Nightly) Many CLGEMM tests failgiuros01