1. afd38f0 Apply clang-format on repository by Felix Thomasmathibalan · 9 months ago
  2. 9129549 Retain back-compatibility for arm_compute/core/Types.h by SiCong Li · 12 months ago
  3. 314d3e2 Break up core/Utils.h to reduce unused code being included everywhere by Matthew Bentham · 1 year ago
  4. f1aeab9 Break up arm_compute/core/Types.h a bit by Matthew Bentham · 1 year, 1 month ago
  5. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 11 months ago[Renamed (99%) from src/core/gpu/cl/kernels/ClActivationKernel.cpp]
  6. 2eb5d16 Align kernel/operator header layout by Georgios Pinitas · 3 years ago
  7. 4a95bba Set up the framework to choose the default LWS by Giorgio Arena · 3 years ago
  8. 2cd5b31 Remove unused CLCoreRuntimeContext by Georgios Pinitas · 3 years, 2 months ago
  9. f47f718 Make CLFloor and CLActivation kernels and functions state-less by Georgios Pinitas · 3 years, 6 months ago[Renamed (77%) from src/core/CL/kernels/CLActivationLayerKernel.cpp]
  10. add8e81 COMPMID-3862: Add support QASYMM8 LEAKY RELU activation by Sang-Hoon Park · 3 years, 7 months ago
  11. 04a0706 COMPMID-3979 Sanitise Padding Removal epic by SiCong Li · 3 years, 8 months ago
  12. bef7fa2 COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to src by Sang-Hoon Park · 3 years, 9 months ago
  13. 68dd25f COMPMID-3637: Move utility headers from arm_compute to src by Sang-Hoon Park · 3 years, 9 months ago
  14. d304adb COMPMID-3703 Remove OpenCL padding: CLActivationLayerKernel + create utility macro by Giorgio Arena · 3 years, 9 months ago
  15. 0499dff COMPMID-3392: Collapse TensorMaps into a single TensorPack by Georgios Pinitas · 4 years ago
  16. f6f7876 COMPMID-3532: Align data type support between doxygen and implementation - CL by Michele Di Giorgio · 4 years ago
  17. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 4 years ago
  18. ab23dd0 COMPMID-3387: Support memory injection in CLActivationLayer by Georgios Pinitas · 4 years ago
  19. 256c0b9 COMPMID-3280: Make all ML primitives for CL use the new interface - Part1 - Fix1 by Manuel Bottini · 4 years, 3 months ago
  20. 4c6bd51 COMPMID-3280: Make all ML primitives for CL use the new interface - Part 1 by Manuel Bottini · 4 years, 3 months ago
  21. 758b5ba COMPMID-3069: Improve build time by splitting up ToolchainSupport.h by Matthew Bentham · 4 years, 4 months ago
  22. 6b3865a COMPMID-3080: Implement Hard-Swish activation in CL by morgolock · 4 years, 4 months ago
  23. cbbed28 COMPMID-2991: Add support for QASYMM8_SIGNED in CL kernels/functions - part 2 by Michele Di Giorgio · 4 years, 7 months ago
  24. db8485a COMPMID-2205: CL runtime context. by Pablo Tello · 4 years, 10 months ago
  25. 30dbeef COMPMID-2411: Add (logistic and tanh) activation support for QSYMM16 for CL by Manuel Bottini · 5 years ago
  26. 4b3fba1 COMPMID-2372: Add support for QASYMM8 for Tanh by Georgios Pinitas · 5 years ago
  27. 4c5469b COMPMID-2225: Add interface support for new quantized data types. by Georgios Pinitas · 5 years ago
  28. e2428a0 COMPMID-2194: Refactor activation function macro in OpenCL. New Macros for activation. by Usama Arif · 5 years ago
  29. e5bf4c5 COMPMID-1710: Fix CL logistic activation for QASYMM8 by Michele Di Giorgio · 5 years ago
  30. 7302302 COMPMID-1539 Implement YOLOLayer on CL by Giorgio Arena · 6 years ago
  31. b6eb353 COMPMID-1478: Stop relying on static default OpenCL objects in cl2.hpp by Anthony Barbier · 6 years ago
  32. d304e80 COMPMID-1349: Add support for QASYMM8 LOGISTIC activation in CLActivationLayer by Michele Di Giorgio · 6 years ago
  33. 7485d5a COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  34. f1f4906 COMPMID-655 : Check FP16 is supported by the GPU by Vidhya Sudhan Loganathan · 6 years ago
  35. dde9ec9 COMPMID-909: Enabling in-place computation for batchnormalization and activation at graph level by Michele Di Giorgio · 6 years ago
  36. a1f7e33 COMPMID-841: Add CL QASYMM8 RELU Activation by Michele Di Giorgio · 6 years ago
  37. a0d1183 COMPMID-751 QASYMM8 ActivationLayer optimisation: don't requantize if not necessary by Giorgio Arena · 6 years ago
  38. afa5d81 COMPMID-617 Add validation methods to Kernels by Michalis Spyrou · 7 years ago
  39. 631c41a COMPMID-556: Rename Error to Status and inverse logic by Georgios Pinitas · 7 years ago
  40. a2b89ca IVGCVSW-631 Neon support for Softmax beta parameter (F32 only) by Pablo Palmier · 7 years ago
  41. 0a878ae COMPMID-556: Added a rounding policy to the quantize function by Jaroslaw Rzepecki · 7 years ago
  42. f6a43c5 COMPMID-617 CL window validation fixes by Giorgio Arena · 7 years ago
  43. 2995f5b COMPMID-617 Add validation window to CLActivationLayer by Giorgio Arena · 7 years ago
  44. d7779da COMPMID-556 - Passed _lws_hint in the run() method where was missing by Gian Marco · 7 years ago
  45. 63485ce COMPMID-685 Extend CLTuner support to other DL functions by Giorgio Arena · 7 years ago
  46. af6204c COMPMID-661: Add avgpool-uint8 support. Optimize avgpool-fp32 for Bifrost. (#13) by Anton Lokhmotov · 7 years ago
  47. f9d3a0a COMPMID-617: Add validation functions. by Georgios Pinitas · 7 years ago
  48. 388d3ec COMPMID-556: Support beta for all softmax data types. by Georgios Pinitas · 7 years ago
  49. 05078ec COMPMID-556: Rework CLActivationLayer by Georgios Pinitas · 7 years ago
  50. 0063380 IVGCVSW-619: Support for Cl u8 bounded Relu by Michel Iwaniec · 7 years ago
  51. 00394ae COMPMID-406: Port CLActivationLayer to use QS8/QS16. by Georgios Pinitas · 7 years ago
  52. be35b0e COMPMID-443: Collapse higher dimensions for activation layer by Anthony Barbier · 7 years ago
  53. 05da6dd COMPMID-417: Remove val_to_string by Moritz Pflanzer · 7 years ago
  54. b30dcc5 COMPMID-345 - In-place computation for Activation Layer by Gian Marco Iodice · 7 years ago
  55. 6ff3b19 COMPMID-344 Updated doxygen by Anthony Barbier · 7 years ago