1. d2944b4 Update SONAME_VERSION in SConscript by Omar Al Khatib · 1 year, 1 month ago
  2. 911d572 [scons multi_isa] extend multi_isa build to support armv8-a march by Sunita Nadampalli · 1 year, 1 month ago
  3. d7113e4 Removes `experimental` from `experimental_fixed_format_kernels` flag by Nathan John Sircombe · 1 year, 1 month ago
  4. 9d0c4de Add quantized CL MatMul kernels for Lhs NT/T, Rhs NT by Gunes Bayir · 1 year, 2 months ago
  5. 14d7b53 Implementation of RSQRT for quantized int8 by Ramy Elgammal · 1 year, 4 months ago
  6. 2b6ebfe Implement OpenCL MatMul for Lhs NT Rhs T/NT FP32/16 by Ramy Elgammal · 1 year, 3 months ago
  7. 217ba11 Update SONAME_VERSION in SConscript by Jakub Sujak · 1 year, 3 months ago
  8. 83ac7f1 Update SONAME_VERSION in SConscript by Jakub Sujak · 1 year, 4 months ago
  9. fbbfa53 Fixed build error for Windows. by Pablo Tello · 1 year, 4 months ago
  10. 5d01681 Implement address precalculation for indirect conv2d - OpenCL by Gian Marco Iodice · 1 year, 7 months ago
  11. 31df05a Remove dynamic fusion prototype with tests and examples by SiCong Li · 1 year, 7 months ago
  12. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 7 months ago
  13. d7c5d7d Update SONAME_VERSION in SConscript by Viet-Hoa Do · 1 year, 7 months ago
  14. a4f8870 Fix mapfile generation in Clang by Pablo Marquez Tello · 1 year, 7 months ago
  15. 299d3a1 Add scons option to generate Map files. by Pablo Marquez Tello · 1 year, 8 months ago
  16. a914823 Update SONAME_VERSION in SConscript by Ramy Elgammal · 1 year, 10 months ago
  17. e572dff Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNED by Freddie Liardet · 2 years, 1 month ago
  18. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 1 year, 11 months ago
  19. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 6 months ago
  20. 5fcf22d [arm_gemm] Import fixed-format kernels from gemm_linux. by Francesco.Petrogalli@arm.com · 2 years, 2 months ago
  21. a373216 Update SONAME_VERSION in SConscript by Mohammed Suhail Munshi · 2 years, 1 month ago
  22. 8a16488 Update Neon™ depthwise kernel by ramelg01 · 2 years, 2 months ago
  23. c827e99 Update Neon™ pooling kernel by ramelg01 · 2 years, 2 months ago
  24. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 3 months ago
  25. 892b70a Fix embedded kernel header inclusion for dynamic fusion by Giorgio Arena · 2 years, 2 months ago
  26. 09adcc4 Add cleanup comments in SConscript by Giorgio Arena · 2 years, 3 months ago
  27. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 3 months ago
  28. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 3 months ago
  29. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 4 months ago
  30. b631b6d Update SONAME_VERSION in SConscript by Adnan AlSinan · 2 years, 4 months ago
  31. 9d9ad33 SCons build system refactoring (phase #2). by Motti Gondabi · 2 years, 4 months ago
  32. 451c309 Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros" by Ramy Elgammal · 2 years, 4 months ago
  33. 7195f71 Add OpenBSD/arm64 support. by Kevin Lo · 2 years, 5 months ago
  34. 10e88a7 Rework gemm_mm_reshaped_only_rhs_ kernels with new macros by Gian Marco Iodice · 2 years, 6 months ago
  35. f76a502 Fix SCons linking error when building for Multi ISA. by Motti Gondabi · 2 years, 5 months ago
  36. de60ed9 Remove Unusued arguments -pie and -static-libstdc++ in clang80 and clang80++ by Mohammed Suhail Munshi · 2 years, 5 months ago
  37. 6f3a9f5 Add Multi ISA support for SCons build System (part #1) by Motti Gondabi · 2 years, 7 months ago
  38. 3012435 Remove padding from ClDirectConv2dKernel by Adnan AlSinan · 2 years, 6 months ago
  39. 48f2615 Fixed build errors by Pablo Marquez Tello · 2 years, 7 months ago
  40. 9cca592 Improve start-up timer for GeMM (floating-point): by ramelg01 · 2 years, 7 months ago
  41. 456fb2b Update SONAME_VERSION in SConscript by Gunes Bayir · 2 years, 7 months ago
  42. afa1972 Add post ops to ClGemmMatrixMultiplyReshapedOnlyRHSKernel and ClGemmMatrixMultiplyNativeKernel Part 3 by SiCongLi · 2 years, 7 months ago
  43. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 8 months ago
  44. c9cecc0 Remove legacy GeMM kernels on OpenCL by Gian Marco Iodice · 2 years, 8 months ago
  45. 487d390 Add user provided JSON operator list build by Freddie Liardet · 2 years, 8 months ago
  46. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 8 months ago
  47. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 9 months ago
  48. 8fce496 Remove padding from ClPool2dKernel NCHW by Giorgio Arena · 2 years, 9 months ago
  49. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 10 months ago
  50. 511771f Remove padding from ClScaleKernel by Giorgio Arena · 2 years, 10 months ago
  51. 39aebd1 Fixing the Issue when building for Android using compress_kernels=1 and python 3 by Adnan AlSinan · 2 years, 10 months ago
  52. 760c783 Specify GPU high priority files in SConscript by Michele Di Giorgio · 2 years, 10 months ago
  53. 1562af3 Update SONAME_VERSION in SConscript by Freddie Liardet · 2 years, 10 months ago
  54. 4164814 Implement Operator API by Georgios Pinitas · 2 years, 10 months ago
  55. 7075fe2 Reorganize the kernels into nhwc, nchw and common folders by Adnan AlSinan · 2 years, 11 months ago
  56. 13ef176 Improve filelist for GPU by Georgios Pinitas · 2 years, 11 months ago
  57. 680705c Fix typo in Sconscript by Michalis Spyrou · 3 years ago
  58. 62c2ad6 Move core and runtime files to a single library by Michalis Spyrou · 3 years ago
  59. 20fca52 Create core library using high priority operators by Michalis Spyrou · 3 years ago
  60. d02d5ed Integrate improved CPU depthwise convolution kernels by Michele Di Giorgio · 3 years, 4 months ago
  61. bdcdc39 Enable fat binary support by Georgios Pinitas · 3 years, 1 month ago
  62. b4bb6a0 Rename ported functions by Manuel Bottini · 3 years ago
  63. d89e2fa Create CpuGemmDirectConv2d by Sang-Hoon Park · 3 years, 1 month ago
  64. 11d8415 Port DepthConvert to new Api by Georgios Pinitas · 3 years, 1 month ago
  65. 856f66e Port CLGEMM to memory injecting interface by Georgios Pinitas · 3 years, 1 month ago
  66. 9e1f074 Port NEFlatten layer to a memory injecting interface by Georgios Pinitas · 3 years, 1 month ago
  67. 0c19cbd Move memory management out of CpuPooling by Michele Di Giorgio · 3 years, 1 month ago
  68. 4f7693d Rename NEGEMMAssembly to CpuGemmAssembly by Sang-Hoon Park · 3 years, 1 month ago
  69. 5b11425 Update SONAME_VERSION in SConscript by Sheri Zhang · 3 years, 1 month ago
  70. ef516e8 Rename Quantization/Dequantization kernels/operators to imperative mood by Georgios Pinitas · 3 years, 1 month ago
  71. 0dc0d8e Rename PixelwiseMultiplications to Mul for simplicity by Georgios Pinitas · 3 years, 1 month ago
  72. c3c352e Add Queue support by Georgios Pinitas · 3 years, 3 months ago
  73. b25883a Remove experimental tracing feature by Pablo Marquez Tello · 3 years, 1 month ago
  74. 3f26ef4 Add tensor related data structures for the new API by Georgios Pinitas · 3 years, 3 months ago
  75. 8a5146f Introduce Context opaque object of the new interface by Georgios Pinitas · 3 years, 5 months ago
  76. ceaa0bf Remove OpenGL ES support by Manuel Bottini · 3 years, 4 months ago
  77. 328b511 Update SONAME_VERSION by Giorgio Arena · 3 years, 4 months ago
  78. 79144a6 Decouple CpuPoolingKernel data type and data layout by Sheri Zhang · 3 years, 4 months ago
  79. bd8b1e2 Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part3 by SiCong Li · 3 years, 4 months ago
  80. 7061eb2 Implement MLGO module by SiCong Li · 3 years, 5 months ago
  81. ea85727 Compress OpenCL kernel files using zlib for Android by Georgios Pinitas · 3 years, 4 months ago
  82. d556d7b Integrate improved pooling layer on NEON by Michele Di Giorgio · 3 years, 7 months ago
  83. 7d61ff0 Make all CL Concatenate kernels and functions state-less by Michele Di Giorgio · 3 years, 5 months ago
  84. 6124390 Make Add kernel and operator stateless by Sheri Zhang · 3 years, 5 months ago
  85. 18fbb92 Fix build error for gcc 10.2+ by Sang-Hoon Park · 3 years, 5 months ago
  86. 4551403 Add support for macOS by Georgios Pinitas · 3 years, 5 months ago
  87. f8f0442 Make CpuActivation stateless by Georgios Pinitas · 3 years, 5 months ago
  88. 70eb53b Make CpuFloorKernel kernel stateless by Georgios Pinitas · 3 years, 5 months ago
  89. a3c9a3b COMPMID-3874: Create ArithmeticAddition SVE/SVE2 by Michalis Spyrou · 3 years, 6 months ago
  90. 4d9687e Address RVO issue on some compilers by Georgios Pinitas · 3 years, 7 months ago
  91. aa51a5b COMPMID-3870: Create ActivationLayer SVE/SVE2 by Michalis Spyrou · 3 years, 6 months ago
  92. f605bd2 Remove comments when pulling cl kernels files as raw strings by Georgios Pinitas · 3 years, 6 months ago
  93. 16846ab Updated release soname by morgolock · 3 years, 7 months ago
  94. 94e2563 COMPMID-3599: Remove symlink deletion by Michalis Spyrou · 3 years, 7 months ago
  95. c4d4555 COMPMID-3853: Decouple NEActivationLayer by Michalis Spyrou · 3 years, 8 months ago
  96. 68dd25f COMPMID-3637: Move utility headers from arm_compute to src by Sang-Hoon Park · 3 years, 8 months ago
  97. ff4fca0 COMPMID-3684: Use case data type decoupling by Georgios Pinitas · 3 years, 8 months ago
  98. 6d0b384 Update SONAME_VERSION in SConscript by Sang-Hoon Park · 3 years, 10 months ago
  99. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 3 years, 11 months ago
  100. 3687ee1 COMPMID-3539: Ignore align_corners for scaled size of 1 by Sang-Hoon Park · 4 years ago