aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/functions/CLReductionOperation.cpp
AgeCommit message (Expand)Author
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2021-10-01Provide logging for configure functions in all CL functionsramelg01
2021-04-29Remove OpenCL padding: CLReductionOperationKernelGiorgio Arena
2020-12-01Update default C++ standard to C++14Georgios Pinitas
2020-11-07COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to srcSang-Hoon Park
2020-10-20COMPMID-3637: Move utility headers from arm_compute to srcSang-Hoon Park
2020-07-20COMPMID-3532: Align data type support between doxygen and implementation - CLMichele Di Giorgio
2020-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-07-03COMPMID-3388: Async support to CLReshapeLayerKernel kernels/functionsMichalis Spyrou
2020-04-23COMPMID-3280: Make all ML primitives for CL use the new interface - Part 2Manuel Bottini
2020-03-11COMPMID-3069: Remove unnecessary uses of ToolchainSupport.hMatthew Bentham
2020-02-12COMPMID-3084: Fix padding value for Reduce MAX/MINSang-Hoon Park
2020-02-07COMPMID-2762: Add support for QASYMM8_SIGNED in CLReductionOperation and CLRe...Michalis Spyrou
2019-12-03COMPMID-1816: Use parallel reduction on 0 axis in CL ARG_MIN/ARG_MAXManuel Bottini
2019-11-12COMPMID-2671 use Signed32 for default output data type of ArgMinMaxSang-Hoon Park
2019-10-30COMPMID-2707: add keep_dims parameter to Reduction OperationSang-Hoon Park
2019-05-24COMPMID-2278: Implement REDUCE_MAX operator for CL.Usama Arif
2019-05-22COMPMID-2281: Implement REDUCE_MIN operator for CLUsama Arif
2019-05-10COMPMID-2177 Fix clang warningsMichalis Spyrou
2019-04-08COMPMID-2098: Scope handling of memory group resources.Georgios Pinitas
2019-01-15COMPMID-1724: CL Implement Prod fixManuel Bottini
2019-01-14COMPMID-1724: CL Implement ProdManuel Bottini
2018-11-02COMPMID-1451: Fix validation issue in CLReduceMeanMichalis Spyrou
2018-11-02COMPMID-1632 Add CLL2NormalizationLayer for NHWC and FP32Michalis Spyrou
2018-11-02COMPMID-1574 Implement ReduceMean in OpenCLMichalis Spyrou
2018-11-02COMPMID-970 : Remove QS8 / QS16 supportVidhya Sudhan Loganathan
2018-11-02COMPMID-948: Add validation to CLL2NormalizeLayerJohn Richardson
2018-11-02COMPMID-417: Fix potential memory leak in CLReduction Kernel.Georgios Pinitas
2018-11-02COMPMID-534: Add MemoryManager support in OpenCL functionsGeorgios Pinitas
2018-11-02COMPMID-476 L2 Normalization for CLMichalis Spyrou