1. e8f2813 Update documentation by Ramy Elgammal · 6 days ago release_candidate
  2. 9c902b7 Update documentation by Michael Kozlov · 4 weeks ago
  3. 7377107 Scatter GPU Kernel Implementation for 1D tensors. by Mohammed Suhail Munshi · 3 months ago
  4. 5057ce9 Update documentation for 24.04 release by Michael Kozlov · 9 weeks ago
  5. 6a82787 Workaround to enable cross-compiling from macOS® to Android™ by Jakub Sujak · 3 months ago
  6. 36a75da [ONCPUML-1451] Add matmul kernel to enable bf16 to bf16 operations via PyTorch® autocast() function by Renato Arantes · 5 months ago
  7. d0611c1 Update documentation for 24.02.1 release by Felix Thomasmathibalan · 3 months ago
  8. d98e27e Update documentation for 24.02 release by Felix Thomasmathibalan · 4 months ago
  9. 0ee13af Remove CKW prototype and Template Writer by Gunes Bayir · 4 months ago
  10. 2b9fa59 Use the stable CKW API in the GPU dynamic fusion backend by Gunes Bayir · 5 months ago
  11. 7ab7fca Fix logic in SConscript by Jakub Sujak · 5 months ago
  12. b5d6082 Add build options for Address and UndefinedBehavior sanitizers by Jakub Sujak · 5 months ago
  13. ec89b91 Fix multi_isa build for arch=arm64-v8a by Pablo Marquez Tello · 5 months ago
  14. 3a704ae Update Documentation for 24.01 release by Felix Thomasmathibalan · 5 months ago
  15. 391f872 Fix nightly test failure by Pablo Marquez Tello · 6 months ago
  16. 9f7aca9 Changes to enable FP16 in armv8a multi_isa by Pablo Marquez Tello · 10 months ago
  17. e30c874 Remove the legacy core library by Jakub Sujak · 7 months ago
  18. 1a450b4 Update SONAME_VERSION in SConscript and VERSION in CMakeLists by Anitha Raj · 7 months ago
  19. 29254ae Optimize CL softmax by Viet-Hoa Do · 8 months ago
  20. e87fa66 Add skeleton of ClMatMulLowpNativeMMULKernel by Gunes Bayir · 10 months ago
  21. 0d27b2e Remove legacy PostOps code by Jakub Sujak · 10 months ago
  22. 8490dc7 Revert "Changes to enable FP16 in armv8a multi_isa" by Pablo Marquez Tello · 10 months ago
  23. a8b7496 Changes to enable FP16 in armv8a multi_isa by Pablo Marquez Tello · 10 months ago
  24. 1d7aefb Update SONAME_VERSION in SConscript and VERSION in CMakeLists by ramy.elgammal@arm.com · 10 months ago
  25. 23882a9 Add GpuKernelArgumentBinding for runtime argument setting by SiCong Li · 12 months ago
  26. 0a59e69 Fix problem with exception handling in CPPScheduler by Matthew Bentham · 11 months ago
  27. a38b4ab Fix retrieving CKW objects by Jakub Sujak · 11 months ago
  28. e86f992 Pack CKW objects into Compute Library archive by Jakub Sujak · 12 months ago
  29. ce3c48c Move CKW prototype to separate directory by Viet-Hoa Do · 12 months ago
  30. 19844f6 Add Kernel Writer driver code to dynamic fusion by SiCong Li · 1 year, 1 month ago
  31. 7a698a3 Improvements to building CKW by Jakub Sujak · 12 months ago
  32. cdb1ee0 Update SONAME_VERSION in SConscript and CMake for release 23.05.1 by ramy.elgammal@arm.com · 12 months ago
  33. 8c49f16 Add helpers to set CKW tensor components as OpenCL kernel arguments by Jakub Sujak · 1 year ago
  34. 59b9ff0 Deprecate legacy libarm_compute_core by Jakub Sujak · 1 year ago
  35. a8d8058 Implement FP32/FP16 MatMul NT/NT kernel using the MMUL extension by SiCong Li · 1 year, 1 month ago
  36. dd8d7f4 Escape double qoutes in embedded version string by Matthew Bentham · 1 year ago
  37. 74921ee Update CPU kernel implementations and guard directives by Michael Tyler · 1 year, 2 months ago
  38. 4494b55 Update SONAME_VERSION in SConscript by Omar Al Khatib · 1 year, 1 month ago
  39. 911d572 [scons multi_isa] extend multi_isa build to support armv8-a march by Sunita Nadampalli · 1 year, 2 months ago
  40. d7113e4 Removes `experimental` from `experimental_fixed_format_kernels` flag by Nathan John Sircombe · 1 year, 2 months ago
  41. 9d0c4de Add quantized CL MatMul kernels for Lhs NT/T, Rhs NT by Gunes Bayir · 1 year, 2 months ago
  42. 14d7b53 Implementation of RSQRT for quantized int8 by Ramy Elgammal · 1 year, 5 months ago
  43. 2b6ebfe Implement OpenCL MatMul for Lhs NT Rhs T/NT FP32/16 by Ramy Elgammal · 1 year, 3 months ago
  44. 217ba11 Update SONAME_VERSION in SConscript by Jakub Sujak · 1 year, 3 months ago
  45. 83ac7f1 Update SONAME_VERSION in SConscript by Jakub Sujak · 1 year, 4 months ago
  46. fbbfa53 Fixed build error for Windows. by Pablo Tello · 1 year, 5 months ago
  47. 5d01681 Implement address precalculation for indirect conv2d - OpenCL by Gian Marco Iodice · 1 year, 7 months ago
  48. 31df05a Remove dynamic fusion prototype with tests and examples by SiCong Li · 1 year, 7 months ago
  49. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 7 months ago
  50. d7c5d7d Update SONAME_VERSION in SConscript by Viet-Hoa Do · 1 year, 8 months ago
  51. a4f8870 Fix mapfile generation in Clang by Pablo Marquez Tello · 1 year, 8 months ago
  52. 299d3a1 Add scons option to generate Map files. by Pablo Marquez Tello · 1 year, 8 months ago
  53. a914823 Update SONAME_VERSION in SConscript by Ramy Elgammal · 1 year, 11 months ago
  54. e572dff Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNED by Freddie Liardet · 2 years, 1 month ago
  55. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 2 years ago
  56. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 6 months ago
  57. 5fcf22d [arm_gemm] Import fixed-format kernels from gemm_linux. by Francesco.Petrogalli@arm.com · 2 years, 3 months ago
  58. a373216 Update SONAME_VERSION in SConscript by Mohammed Suhail Munshi · 2 years, 1 month ago
  59. 8a16488 Update Neon™ depthwise kernel by ramelg01 · 2 years, 2 months ago
  60. c827e99 Update Neon™ pooling kernel by ramelg01 · 2 years, 2 months ago
  61. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 3 months ago
  62. 892b70a Fix embedded kernel header inclusion for dynamic fusion by Giorgio Arena · 2 years, 3 months ago
  63. 09adcc4 Add cleanup comments in SConscript by Giorgio Arena · 2 years, 3 months ago
  64. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  65. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 4 months ago
  66. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  67. b631b6d Update SONAME_VERSION in SConscript by Adnan AlSinan · 2 years, 5 months ago
  68. 9d9ad33 SCons build system refactoring (phase #2). by Motti Gondabi · 2 years, 5 months ago
  69. 451c309 Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros" by Ramy Elgammal · 2 years, 5 months ago
  70. 7195f71 Add OpenBSD/arm64 support. by Kevin Lo · 2 years, 5 months ago
  71. 10e88a7 Rework gemm_mm_reshaped_only_rhs_ kernels with new macros by Gian Marco Iodice · 2 years, 7 months ago
  72. f76a502 Fix SCons linking error when building for Multi ISA. by Motti Gondabi · 2 years, 6 months ago
  73. de60ed9 Remove Unusued arguments -pie and -static-libstdc++ in clang80 and clang80++ by Mohammed Suhail Munshi · 2 years, 6 months ago
  74. 6f3a9f5 Add Multi ISA support for SCons build System (part #1) by Motti Gondabi · 2 years, 7 months ago
  75. 3012435 Remove padding from ClDirectConv2dKernel by Adnan AlSinan · 2 years, 7 months ago
  76. 48f2615 Fixed build errors by Pablo Marquez Tello · 2 years, 7 months ago
  77. 9cca592 Improve start-up timer for GeMM (floating-point): by ramelg01 · 2 years, 7 months ago
  78. 456fb2b Update SONAME_VERSION in SConscript by Gunes Bayir · 2 years, 8 months ago
  79. afa1972 Add post ops to ClGemmMatrixMultiplyReshapedOnlyRHSKernel and ClGemmMatrixMultiplyNativeKernel Part 3 by SiCongLi · 2 years, 8 months ago
  80. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 9 months ago
  81. c9cecc0 Remove legacy GeMM kernels on OpenCL by Gian Marco Iodice · 2 years, 8 months ago
  82. 487d390 Add user provided JSON operator list build by Freddie Liardet · 2 years, 9 months ago
  83. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 8 months ago
  84. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 9 months ago
  85. 8fce496 Remove padding from ClPool2dKernel NCHW by Giorgio Arena · 2 years, 10 months ago
  86. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 10 months ago
  87. 511771f Remove padding from ClScaleKernel by Giorgio Arena · 2 years, 10 months ago
  88. 39aebd1 Fixing the Issue when building for Android using compress_kernels=1 and python 3 by Adnan AlSinan · 2 years, 11 months ago
  89. 760c783 Specify GPU high priority files in SConscript by Michele Di Giorgio · 2 years, 11 months ago
  90. 1562af3 Update SONAME_VERSION in SConscript by Freddie Liardet · 2 years, 11 months ago
  91. 4164814 Implement Operator API by Georgios Pinitas · 2 years, 11 months ago
  92. 7075fe2 Reorganize the kernels into nhwc, nchw and common folders by Adnan AlSinan · 3 years ago
  93. 13ef176 Improve filelist for GPU by Georgios Pinitas · 3 years ago
  94. 680705c Fix typo in Sconscript by Michalis Spyrou · 3 years ago
  95. 62c2ad6 Move core and runtime files to a single library by Michalis Spyrou · 3 years ago
  96. 20fca52 Create core library using high priority operators by Michalis Spyrou · 3 years ago
  97. d02d5ed Integrate improved CPU depthwise convolution kernels by Michele Di Giorgio · 3 years, 5 months ago
  98. bdcdc39 Enable fat binary support by Georgios Pinitas · 3 years, 2 months ago
  99. b4bb6a0 Rename ported functions by Manuel Bottini · 3 years, 1 month ago
  100. d89e2fa Create CpuGemmDirectConv2d by Sang-Hoon Park · 3 years, 1 month ago