1. fbbfa53 Fixed build error for Windows. by Pablo Tello · 1 year, 4 months ago
  2. 6bcdc57 Deprecated BF16 support in DepthConvert by Pablo Marquez Tello · 1 year, 5 months ago
  3. 8ee6893 Fix build error by Pablo Marquez Tello · 1 year, 5 months ago
  4. 03b2971 Integrate SME2 kernels by Viet-Hoa Do · 2 years ago
  5. 299d3a1 Add scons option to generate Map files. by Pablo Marquez Tello · 1 year, 8 months ago
  6. cf07d11 Enable FP16 when the target is armv8.6-a by Pablo Marquez Tello · 1 year, 8 months ago
  7. bf5274d Enable integrated assembler for Android™ 13 and onwards only by SiCong Li · 1 year, 11 months ago
  8. d208f4f Enable march=armv8.6-a in non multi-isa builds by Pablo Marquez Tello · 1 year, 11 months ago
  9. 29cab36 Fixed clang-cl errors on Windows native builds. by Pablo Tello · 2 years, 3 months ago
  10. a3f7cd2 Move build option explanations in how to build guide to scons help message by Michalis Spyrou · 1 year, 11 months ago
  11. ddf2f6c Fixed native build toolchain and compiler prefix by Pablo Marquez Tello · 1 year, 11 months ago
  12. 13f96d0 Fix armv7a on Android "end-of-support" build and documentation by SiCong Li · 2 years ago
  13. 14ce094 Drop support on armv7a on Android by Michalis Spyrou · 2 years ago
  14. fe1b1f6 Allow clearer suppression of toolchain and compiler prefixes by SiCong Li · 2 years ago
  15. 5fcf22d [arm_gemm] Import fixed-format kernels from gemm_linux. by Francesco.Petrogalli@arm.com · 2 years, 2 months ago
  16. fecdb8f Add documentations about compiler_prefix and toolchain_prefix by SiCongLi · 2 years, 5 months ago
  17. b83e672 Enable -static-openmp for newer NDK support by Giorgio Arena · 2 years, 2 months ago
  18. 4e66d70 Added windows native build support by Pablo Tello · 2 years, 3 months ago
  19. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 3 months ago
  20. 73fa0a7 Fix FP16 for validation in multi_isa builds by Giorgio Arena · 2 years, 4 months ago
  21. d56d94d Fix build for gcc 9 by Giorgio Arena · 2 years, 4 months ago
  22. 9d9ad33 SCons build system refactoring (phase #2). by Motti Gondabi · 2 years, 4 months ago
  23. 451c309 Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros" by Ramy Elgammal · 2 years, 4 months ago
  24. 7195f71 Add OpenBSD/arm64 support. by Kevin Lo · 2 years, 5 months ago
  25. dc85d78 Fix typo in SConstruct by SiCongLi · 2 years, 6 months ago
  26. f76a502 Fix SCons linking error when building for Multi ISA. by Motti Gondabi · 2 years, 5 months ago
  27. 6f3a9f5 Add Multi ISA support for SCons build System (part #1) by Motti Gondabi · 2 years, 7 months ago
  28. 487d390 Add user provided JSON operator list build by Freddie Liardet · 2 years, 8 months ago
  29. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 9 months ago
  30. 93d6cf0 Decouple logging flag from debug and assert flags by ramelg01 · 2 years, 8 months ago
  31. 8e2f64f Create custom flags for enabling fp16 support by Georgios Pinitas · 2 years, 10 months ago
  32. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 2 years, 11 months ago
  33. 62c2ad6 Move core and runtime files to a single library by Michalis Spyrou · 3 years ago
  34. 20fca52 Create core library using high priority operators by Michalis Spyrou · 3 years ago
  35. bdcdc39 Enable fat binary support by Georgios Pinitas · 3 years, 1 month ago
  36. b25883a Remove experimental tracing feature by Pablo Marquez Tello · 3 years, 1 month ago
  37. 5d75d4a Fix validation bug in release mode for armv7 by Giorgio Arena · 3 years, 2 months ago
  38. db0e2c8 Add support for armv7 hardfloat build by Slava Barinov · 3 years, 2 months ago
  39. 33f41fa Fix trademarks throughout the codebase by Michele Di Giorgio · 3 years, 3 months ago
  40. e7254a0 Avoid -O3 optimizations on TensorShape's copy for linux armv7a in release mode by Giorgio Arena · 3 years, 3 months ago
  41. 8a5146f Introduce Context opaque object of the new interface by Georgios Pinitas · 3 years, 5 months ago
  42. ceaa0bf Remove OpenGL ES support by Manuel Bottini · 3 years, 4 months ago
  43. b1ff7f7 Enable OpenMP scheduler support for clang by Georgios Pinitas · 3 years, 3 months ago
  44. ac6499a Comply with Trademark rules for use of Neon, Arm and Mali by Sheri Zhang · 3 years, 4 months ago
  45. 79144a6 Decouple CpuPoolingKernel data type and data layout by Sheri Zhang · 3 years, 4 months ago
  46. ea85727 Compress OpenCL kernel files using zlib for Android by Georgios Pinitas · 3 years, 4 months ago
  47. 50e98bb Add support for Armv8-R AArch64 build by Sang-Hoon Park · 3 years, 5 months ago
  48. 4551403 Add support for macOS by Georgios Pinitas · 3 years, 5 months ago
  49. a3c9a3b COMPMID-3874: Create ArithmeticAddition SVE/SVE2 by Michalis Spyrou · 3 years, 6 months ago
  50. 410e21e Fix baremetal arm_compute_validation build errors by SiCongLi · 3 years, 6 months ago
  51. 72610dc Remove 3rdparty submodule and internal_only build option by Michele Di Giorgio · 3 years, 7 months ago
  52. 045d33c Enable SVE2 based assembly kernels when building for SVE2 by Georgios Pinitas · 3 years, 6 months ago
  53. deb5b77 Enable FP16 support for armv8.6 on non-SVE builds by Georgios Pinitas · 3 years, 6 months ago
  54. e5a9ad8 COMPMID-3869: Update Sconstruct to support SVE/SVE2 by Manuel Bottini · 3 years, 7 months ago
  55. 40f51a6 Update default C++ standard to C++14 by Georgios Pinitas · 3 years, 6 months ago
  56. 827817e COMPMID-3987: Nightly failure - Android builds failing in dataset and validation by Manuel Bottini · 3 years, 7 months ago
  57. c4d4555 COMPMID-3853: Decouple NEActivationLayer by Michalis Spyrou · 3 years, 8 months ago
  58. 3b9a564 COMPMID-3599 Fix SConstruct compiler version encoding by SiCong Li · 3 years, 8 months ago
  59. cfac305 COMPMID-3599: Fix bare metal compilation issues by Michalis Spyrou · 3 years, 8 months ago
  60. ff4fca0 COMPMID-3684: Use case data type decoupling by Georgios Pinitas · 3 years, 8 months ago
  61. 49c6ced COMPMID-3599: Enable SVE on armv8.6 and selectively enable MMLA_FP by Georgios Pinitas · 3 years, 8 months ago
  62. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 3 years, 11 months ago
  63. 5aa1a0b COMPID-3324: Clean GEMM kernels by Georgios Pinitas · 4 years ago
  64. 51a9558 Add Tizen platform support by Inki Dae · 4 years, 2 months ago
  65. c7b183a COMPMID-3160: Add Bfloat16 support in NEGEMMConvolutionLayer by Georgios Pinitas · 4 years, 3 months ago
  66. b467021 COMPMID-1181: Support for tracing configuration by Anthony Barbier · 6 years ago
  67. e8291ac COMPMID-3152: Initial Bfloat16 support by Georgios Pinitas · 4 years, 3 months ago
  68. 2d22c3f COMPMID-3201: Remove fpermissive flag by Michalis Spyrou · 4 years, 4 months ago
  69. d8872c1 Adding compiler_prefix env variable by alered01 · 4 years, 4 months ago
  70. 94672fb COMPMID-3003: Integrate assembly kernels utilizing MMLA instruction. by Georgios Pinitas · 4 years, 4 months ago
  71. 35f35a6 COMPMID-2819: Fix armv7a build error by Michalis Spyrou · 4 years, 5 months ago
  72. 748a7c8 COMPMID-2706: Add the ability to build bootcode for bare metal by Michalis Spyrou · 4 years, 8 months ago
  73. f2cdce3 COMPMID-2841: Enable aarch32 builds by Georgios Pinitas · 4 years, 6 months ago
  74. 4d064b7 COMPMID-2960: Remove OpenCL and GLES stubs if not used by Manuel Bottini · 4 years, 6 months ago
  75. fae513c COMPMID-2486: Remove/add disabled compiler warnings by Michalis Spyrou · 4 years, 8 months ago
  76. 7c60c99 COMPMID-2486: Remove disabled compiler warnings by Michalis Spyrou · 4 years, 8 months ago
  77. 6bff195 COMPMID-2486: Remove disabled compiler warnings by Michalis Spyrou · 4 years, 8 months ago
  78. bc88c62 COMPMID-2452: Replace DOT assemble macro with the corresponding word directives. by Georgios Pinitas · 4 years, 8 months ago
  79. 8b4c730 COMPMID-2566 - Add CLGEMMReshapedOnlyRHS example by SiCong Li · 4 years, 9 months ago
  80. e874ef9 COMPMID-2646: Wrap thread-related structure to ease bare-metal support by Georgios Pinitas · 4 years, 9 months ago
  81. d176d54 -ftree-vectorize is redundant with -O3 by Ramana Radhakrishnan · 5 years ago
  82. 37d080f COMPMID-2378: Sanitize GEMM configuration for NEON by Georgios Pinitas · 5 years ago
  83. 5201654 COMPMID-2336: Enable implicit fallthrough warnings by Michalis Spyrou · 5 years ago
  84. fad1838 COMPMID-2336: Fix warnings present in latest gcc by Georgios Pinitas · 5 years ago
  85. 6afea90 COMPMID-1995: Add the whole content of include plus utils in install_dir by Michele Di Giorgio · 5 years ago
  86. 3814b30 COMPMID-1995 Fix OpenCL linking on x86_64 by Michalis Spyrou · 5 years ago
  87. 149de5b COMPMID-1828: Allow the user to override the toolchain prefix by Anthony Barbier · 5 years ago
  88. 323ce0f COMPMID-1819 Add option to build library with -fno-exceptions by Michalis Spyrou · 6 years ago
  89. 1056595 COMPMID-1737: Fix: forgot to copy the 'support' folder to the include folder in the install_dir by Anthony Barbier · 6 years ago
  90. 421405b COMPMID-1675: Add SVE support by Georgios Pinitas · 6 years ago
  91. 01bbd5f COMPMID-1737: Add support for install_dir by Anthony Barbier · 6 years ago
  92. e8a55df COMPMID-1685: Allow build_dir to be an absolute path by Anthony Barbier · 6 years ago
  93. 3783116 COMPMID-1474: Automatically generate DragonBench benchmarks by Georgios Pinitas · 6 years ago
  94. 665c89b Revert "COMPMID-1246: Disable -pie and -static-libstdc++ when compiling with clang" by Anthony Barbier · 6 years ago
  95. 2ec14f5 COMPMID-1246: Disable -pie and -static-libstdc++ when compiling with clang by Anthony Barbier · 6 years ago
  96. 72593c7 COMPMID-1246: Add -Wno-implicit-fallthrough flag on gcc compilation by Georgios Pinitas · 6 years ago
  97. 767c9f7 COMPMID-1246: Github PR: Fix build (#454) by ggardet · 6 years ago
  98. 95008d8 COMPMID-1313: Tried to remove -Wno-implicit-fallthrough as it doesn't seem to be supported by recent compilers by Anthony Barbier · 6 years ago
  99. 9fb0cac COMPMID-1081: Introduced test-wide instruments by Anthony Barbier · 6 years ago
  100. 5f0124d COMPMID-959: Fixed clang-tidy formatting, made GLES builds fail for standalone=1 by Anthony Barbier · 6 years ago