1. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 3 years ago
  2. 9805583 Fix memory lifetime issue by Georgios Pinitas · 3 years ago
  3. f4e84fb Port ClGemmLowp to new API by Georgios Pinitas · 3 years, 1 month ago
  4. 4a578b9 Port the ClGemmLowp kernels to the new API by Georgios Pinitas · 3 years, 1 month ago
  5. 11d8415 Port DepthConvert to new Api by Georgios Pinitas · 3 years, 3 months ago
  6. 856f66e Port CLGEMM to memory injecting interface by Georgios Pinitas · 3 years, 3 months ago
  7. 538a076 Fix oclgrind error on CLGEMMLowp reshaped only RHS quantized per channel by Giorgio Arena · 3 years, 3 months ago
  8. 1a28e73 Validate mlgo gemm type selection and fall back to default heuristics by SiCong Li · 3 years, 6 months ago
  9. db35345 Integrate MLGO into CLGEMMLowpMatrixMultiplyCore for native kernel by SiCong Li · 3 years, 6 months ago
  10. bbd8fac Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part4 by SiCong Li · 3 years, 6 months ago
  11. 40f51a6 Update default C++ standard to C++14 by Georgios Pinitas · 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. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 4 years, 1 month ago
  15. d13931d COMPMID-3534: CLGEMMConvolutionLayer doesn't support QASYMM8_SIGNED properly by morgolock · 4 years, 1 month ago
  16. 2b84be5 COMPMID-3280: Make all ML primitives for CL use the new interface - Part 2 by Manuel Bottini · 4 years, 4 months ago
  17. 1c1b3aa COMPMID-3236: Implement CLQLSTMLayer by Michele Di Giorgio · 4 years, 4 months ago
  18. eb65f6d COMPMID-3304: Update OpenCL GEMM heuristic for Int8 by Gian Marco Iodice · 4 years, 4 months ago
  19. f64d336 COMPMID-3236: Extend CLGEMMLowpReduction kernels to multiply by a scalar value by Michele Di Giorgio · 4 years, 4 months ago
  20. 0cdbda5 COMPMID-2789: Add support for QASYMM8_SIGNED in CLGEMMDeconvolutionLayer by Sheri Zhang · 4 years, 5 months ago
  21. b54ba28 COMPMID-2847: Fuse output stage in GEMMLowpMatrixMultiplyReshapedOnlyRHS by Michele Di Giorgio · 4 years, 7 months ago
  22. 959c26d COMPMID-2790: Add support for QASYMM8_SIGNED in CLGEMMLowpMatrixMultiplyCore by Manuel Bottini · 4 years, 8 months ago
  23. 951b8a4 COMPMID-2309 : CLConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filters by Vidhya Sudhan Loganathan · 4 years, 9 months ago
  24. 06be6f8 COMPMID-2096: Refactor the CLGEMMLowp function selection (heuristic) by Gian Marco Iodice · 5 years ago
  25. 4c5469b COMPMID-2225: Add interface support for new quantized data types. by Georgios Pinitas · 5 years ago
  26. a4f378d COMPMID-1995: Fix clang-tidy warnings by Michalis Spyrou · 5 years ago
  27. 2ec6c1e COMPMID-2110: Enable CLGEMMLowpMatrixMultiplyReshapeOnlyRHSKernel in CLGEMMLowp by Gian Marco Iodice · 5 years ago
  28. 926afe1 COMPMID-2097: Implement a heuristic to dispatch CLGEMMReshapedOnlyRHS kernel from CLGEMM by Gian Marco Iodice · 5 years ago
  29. da953f2 COMPMID-2098: Scope handling of memory group resources. by Georgios Pinitas · 5 years ago
  30. 2f7c149 Optimize CLDeconvolution-PART I: bug fixing CLGEMMLowpMatrixMultiplyCore by giuros01 · 5 years ago
  31. db63b9c COMPMID-1698: Implementing CLGEMMLowpMatrixMultiplyReshapedKernel by Gian Marco Iodice · 6 years ago
  32. 3ddb9ae COMPMID-1898: (Nightly) Many CLGEMM tests fail by giuros01 · 6 years ago
  33. 1c9efeb Issue COMPMID-1835: Remove CLGEMMInterleave4x4Kernel and replace with CLGEMMReshapeLHSMatrixKernel by giuros01 · 6 years ago
  34. 8b6b4a9 COMPMID-1836: Remove CLGEMMTranspose1xWKernel and replace with CLGEMMReshapeRHSMatrixKernel by giuros01 · 6 years ago
  35. e059f4f COMPMID-1787: Change the heuristic selection in CLGEMMLowpMatrixMultiplyCore by Gian Marco Iodice · 6 years ago
  36. 4b90865 COMPMID-1413 - Improve the performance of GEMMLowp with 8 bit dot product on OpenCL by Gian Marco Iodice · 6 years ago
  37. 089695f COMPMID-1659: (Nightly) CLGEMMConvolutionLayer QASYMM8 TensorShape error by Isabella Gottardi · 6 years ago
  38. c4f582e COMPMID-1451: Reverting changes for CLGEMM and CLGEMMLowp previuosly done (384496) by Isabella Gottardi · 6 years ago
  39. f02e527 COMPMID-1607 - (Nightly) CLGEMMLowpMatrixMultiplyCore errors and mismatches by Isabella Gottardi · 6 years ago
  40. 932491f COMPMID-1519: Add support for 3D input/output in CLGEMMLowpOutputStage by Georgios Pinitas · 6 years ago
  41. ebf6b8a COMPMID-1518: Add support for GEMM3D in CLGEMMLowpMatrixMultiplyCore by Georgios Pinitas · 6 years ago
  42. a34286e COMPMID-1553: Add GPU detection for G52. by Georgios Pinitas · 6 years ago
  43. 68a3f56 COMPMID-1276 - Allow GEMM to work with 3D input tensor by Gian Marco Iodice · 6 years ago
  44. b03f7c5 COMPMID-1188 : Rename TNOX to Mali-G76 by Georgios Pinitas · 6 years ago
  45. 7221933 COMPMID-1145: (API) Introduce prepare() stage (NEON/CL/GLES) by Georgios Pinitas · 6 years ago
  46. bb54e4e COMPMID-797 Integrate Mobilenet QASYMM8 with new graph. by Giorgio Arena · 6 years ago
  47. 56e8e86 COMPMID-1031: Use LWS hints for G51, G51BIG, G51LIT, and TNOX by Sam Laynton · 6 years ago
  48. a967611 COMPMID-886 Don't use LWS hints by default for GPU post Mali-G72 by Michalis Spyrou · 6 years ago
  49. 19835e5 COMPMID-882 - Optimizing GEMMLowp on OpenCL reshaping matrices by Gian Marco · 7 years ago
  50. 36a0a46 COMPMID-748 - Integrating optimized SGEMM for bifrost by Gian Marco · 7 years ago
  51. 7b4d547 COMPMID-816 - Optimizing CLGEMMLowpMatrixMultiplyCore - Part1 by Gian Marco · 7 years ago
  52. 358ca20 COMPMID-617: Adds CLFullyConnectionLayer validation support by Georgios Pinitas · 7 years ago
  53. 5124be5 COMPMID-661: Convolution quantized (#32) by Chunosov · 7 years ago
  54. 05288a2 COMPMID-697 - Rework GEMMLowp interface on OpenCL by Gian Marco · 7 years ago