aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL
AgeCommit message (Expand)Author
2018-11-02COMPMID-556 Improved indentation and error handling in format_doxygen.pyAnthony Barbier
2018-11-02COMPMID-556 Add saturation to 8-bit activation. This prevents undefined overflowRob Hughes
2018-11-02COMPMID-464 Implement Depthwise separable convolution on NEONMichalis Spyrou
2018-11-02COMPMID-661: Fix scale border issue (#38)Daniil Efremov
2018-11-02COMPMID-556 - Passed _lws_hint in the run() method where was missingGian Marco
2018-11-02COMPMID-580 - Implement reference and CL/NEON validation for RemapSanghoon Lee
2018-11-02COMPMID-617: Add validation methods to ML CL functions.Georgios Pinitas
2018-11-02COMPMID-661: Optimize FC layer with 2 new Bifrost kernels and LWS tuning (#33)Anton Lokhmotov
2018-11-02COMPMID-661: Add QASYMM8 support (and basic tests) to CLDepthwiseConvolution3...Dmitry Savenko
2018-11-02COMPMID-556: Fixes bias in CLDirectConvolutionLayer to be int32.Georgios Pinitas
2018-11-02COMPMID-683: Normalization layer API clarification.Georgios Pinitas
2018-11-02COMPMID-685 Extend CLTuner support to other DL functionsGiorgio Arena
2018-11-02COMPMID-661: issue# 23 Scale border fix (#26)Daniil Efremov
2018-11-02APPBROWSER-298, APPBROWSER-306: Reimplement the common code of compute shaderJoel Liang
2018-11-02COMPMID-676: Rework TensorInfo buildingGeorgios Pinitas
2018-11-02COMPMID-556: Fix CLNormalization issues.Georgios Pinitas
2018-11-02COMPMID-678 Align Convolution InterfacesGiorgio Arena
2018-11-02COMPMID-583 - Implemented reference implementation and validation tests (NEON...Isabella Gottardi
2018-11-02COMPMID-671: Add global pooling layer support.Georgios Pinitas
2018-11-02COMPMID-661: Fix rounding in average pooling for uint8.Georgios Pinitas
2018-11-02COMPMID-661: softmax-uint8 implementation (#16)Chunosov
2018-11-02COMPMID-631: Merge branches/gles_compute branchAnthony Barbier
2018-11-02COMPMID-661: Fix beta in softmax_layer kernelGeorgios Pinitas
2018-11-02COMPMID-661: Add QAsymm8 for Reshape (#29)Daniil Efremov
2018-11-02COMPMID-663: Updated CLSymbols to use std::functionAnthony Barbier
2018-11-02COMPMID-661: Add avgpool-uint8 support. Optimize avgpool-fp32 for Bifrost. (#13)Anton Lokhmotov
2018-11-02COMPMID-617: Add validation functions.Georgios Pinitas
2018-11-02COMPMID-661: softmax-fp32 optimisation (#14)Chunosov
2018-11-02COMPMID-661: directconv-uint8 (#20)Chunosov
2018-11-02COMPMID-556: Support beta for all softmax data types.Georgios Pinitas
2018-11-02COMPMID-617: Adds validation to CLPoolingLayerGeorgios Pinitas
2018-11-02COMPMID-556: Rework CLActivationLayerGeorgios Pinitas
2018-11-02Allow running without cl_khr_fp16Matthew Bentham
2018-11-02COMPMID-647: Exclude padding pixels from averaging factor.Georgios Pinitas
2018-11-02IVGCVSW-619: Support for Cl u8 bounded ReluMichel Iwaniec
2018-11-02COMPMID-556: Autoconfigure support in CLDepthwiseConvolution.Georgios Pinitas
2018-11-02COMPMID-556: Static helper function for getting gws from window.Georgios Pinitas
2018-11-02IVGCVSW-657 : fix asymmetric padding for 3x3 depthwise convJaroslaw Rzepecki
2018-11-02COMPMID-648: Fix initial value for MAX pooling for QS types in CL.Georgios Pinitas
2018-11-02COMPMID-643: Add bias to CLDepthwiseConvolution.Georgios Pinitas
2018-11-02COMPMID-640: FullyConnectedLayer failures on both NEON/CLGeorgios Pinitas
2018-11-02COMPMID-556: Fix CLPoolingLayer checksGeorgios Pinitas
2018-11-02IVGCVSW-601: support for asymetric padding in cl conv and depthwise convJaroslaw Rzepecki
2018-11-02IVGCVSW-632 CL support for Softmax beta parameterPablo Palmier
2018-11-02COMPMID-569 - Implemented reference implementation and validation tests (NEON...Isabella Gottardi
2018-11-02COMPMID-618: Fix mismatches in CLDepthConvert OclgrindGeorgios Pinitas
2018-11-02COMPMID-554 Add NodesMichalis Spyrou
2018-11-02COMPMID-606 - Fix for S8 failuresGian Marco Iodice
2018-11-02COMPUTE-8024 Fixed the maximum OpenCL workgroup sizeAbel Bernabeu
2018-11-02COMPMID417 - Fix illegal scalar access in color_convert.clGian Marco Iodice