1. e683652 Optimize memory management of CPU operators by Michael Tyler · 7 days ago
  2. 5d6fff0 Fix Windows® build linker errors by Ramy Elgammal · 6 days ago
  3. 232c9ad Provide a wrapper class to expose cpu::CpuGemm by Ryo Suzuki · 13 days ago
  4. fc94f4d Update CPU kernels and add mixed sign GEMM support by Michael Tyler · 4 weeks ago
  5. c2237ec Disable fix for long path on Windows(R) OS by Quoc Khanh Le · 11 days ago
  6. 4d5838c Separate data type for accumulator in DConv3D test by Sangwon Ha · 2 weeks ago
  7. ea6c6d4 Fix build and link issue when using long path by Quoc Khanh Le · 7 weeks ago
  8. 5ea3d55 Update Errata by Ramy Elgammal · 2 weeks ago
  9. cbc27ff Fix out-of-bound memory write by Viet-Hoa Do · 3 weeks ago
  10. e8f2813 Update documentation by Ramy Elgammal · 3 weeks ago
  11. d723076 Enable FP16 in multi_isa+v8a by Pablo Marquez Tello · 3 weeks ago
  12. 311753a Fixed illegal instruction in Softmax by Pablo Marquez Tello · 3 weeks ago
  13. f1723a0 Fix OpenMP thread scheduling for large machines by Hamza Butt · 7 weeks ago
  14. 9c902b7 Update documentation by Michael Kozlov · 6 weeks ago
  15. ab538a2 Use lookup table for Fp16 Tanh activation in hardware with SVE by Gunes Bayir · 6 weeks ago
  16. 4c4b48f Replace explicit version numbers in the Readme with placeholders by Gunes Bayir · 8 weeks ago
  17. 1d2733e Fix issues with OpenMP scheduler little core exclusion. by Omar Al Khatib · 6 weeks ago
  18. f5053f7 Update logic in the OpenMP scheduler to exclude LITTLE cores by Omar Al Khatib · 8 weeks ago
  19. 8710385 Fix linking error to fp16_run_dequantization_core() by Ramy Elgammal · 7 weeks ago
  20. c0e0128 Fix nightly build error by Pablo Marquez Tello · 7 weeks ago
  21. d3d2e9b Refactor Dequantize to enable FP16 kernel in v8a multi_isa builds by Ramy Elgammal · 7 weeks ago
  22. 1d8936d Fix nightly build error by Pablo Marquez Tello · 7 weeks ago
  23. b4b61a6 Rework CpuQuantizeKernel to enable FP16 in multi_isa builds by Ramy Elgammal · 7 weeks ago
  24. 2217f1e Refactor arm_gemm to enable FP16 in all multi_isa builds by Pablo Marquez Tello · 7 weeks ago
  25. 21fb2ad Fix ReductionLayer FP16 for armv8a multi_isa builds by Ramy Elgammal · 7 weeks ago
  26. 4c3f716 Improve CPU extension detection on macos by Viet-Hoa Do · 8 weeks ago
  27. 05269f0 ScatterND fix for scalar cases by Gunes Bayir · 8 weeks ago
  28. 48f120c Make quantization rounding consistent by Jonathan Deakin · 8 weeks ago
  29. c1575b2 Add SME2 implementation of Softmax for QASYMM8 and QASYMM8_SIGNED. by Omar Al Khatib · 2 months ago
  30. 2fea135 Add batched indices support to Scatter GPU Implementation by Mohammed Suhail Munshi · 9 weeks ago
  31. c22e126 arm_gemm: fix SVE check on fast mode kernels. by David Mansell · 9 weeks ago
  32. 0c5ba9e Change reorder implementation to be vector length agnostic for OHWIo8 reorder by Radu Salavat · 3 months ago
  33. 5c76742 New SME2 heuristics. by David Mansell · 4 months ago
  34. 301e33f Add fp16 and integer data type support for ScatterNd in Gpu by Gunes Bayir · 9 weeks ago
  35. e5ef8c1 Disable SME2 Gemmlowp s8f32 kernel selection in case results needs to be accumulated by Gunes Bayir · 10 weeks ago
  36. 499b5bc Disable SME2 Gemm kernel selection in case results needs to be accumulated by Gunes Bayir · 10 weeks ago
  37. ada3200 Add update/index/output (m+1)/2d/(m+n) support for CLScatter by Gunes Bayir · 10 weeks ago
  38. 62d600f Move s32 to f32 conversion in reference layers from quantization to dequantization by Radu Salavat · 3 months ago
  39. 2481e95 Add memory stress tests for per channel quantized convolution by Gunes Bayir · 10 weeks ago
  40. 0fa28be Add padding to the shift and multipliers buffers by Pablo Marquez Tello · 10 weeks ago
  41. 575c5f1 Fix compiler error in the validation tests by Pablo Marquez Tello · 2 months ago
  42. 0e21236 Multi-Dimensional and Batched Scatter Reference and Dataset Implementation. by Mohammed Suhail Munshi · 3 months ago
  43. 7377107 Scatter GPU Kernel Implementation for 1D tensors. by Mohammed Suhail Munshi · 3 months ago
  44. 5057ce9 Update documentation for 24.04 release by Michael Kozlov · 3 months ago
  45. 83ca105 Fix v7 test failure when core matmul result is dequantized into fp32 by Gunes Bayir · 3 months ago
  46. 6ac82a4 fix compilation errors on linux with gcc12 by Sunita Nadampalli · 3 months ago
  47. a668f9f Add s8f32 kernels and dynamic QuantizationInfo by Jonathan Deakin · 5 months ago
  48. 34bdffb Add guarding for accumulation validation test in aarch32 by Radu Salavat · 3 months ago
  49. 64f2300 Runtime checks for bf16 fixed format tests by David Svantesson-Yeung · 3 months ago
  50. cdce25b Accumulation in Cpu Gemm kernels is not supported for quantized kernels in aarch32. This patch guards the relevant tests. by Radu Salavat · 3 months ago
  51. cfca87b Add SME2 implementation of softmax for FP16 by Gunes Bayir · 3 months ago
  52. f1f1f87 Add in place summation to CPU GEMM kernels by Radu Salavat · 4 months ago
  53. 1322065 Specify absolute tolerance by Sangwon Ha · 3 months ago
  54. 553e241 Fix compiler error by Pablo Marquez Tello · 3 months ago
  55. 1e91d71 Parallelise im2col along dimensions with higher number of iterations by Milos Puzovic · 3 months ago
  56. 77bbe2e Add SME2 implementation of softmax for FP32 by Viet-Hoa Do · 7 months ago
  57. 905786e Added new NEON fixed format fast math mode hybrid kernel with maximum height of 6 for accumulation and updated heuristics by Milos Puzovic · 3 months ago
  58. 37d8445 Fix graph examples for WoA by Pablo Marquez Tello · 3 months ago
  59. 473b829 Adds Tests and reference implementation for scatter operator with 1D tensors. by Mohammed Suhail Munshi · 4 months ago
  60. 4908981 [ONCPUML-1451] Guard bf16 to bf16 tests with ARM_COMPUTE_ENABLE_FIXED_FORMAT_KERNELS by Renato Arantes · 3 months ago
  61. 7b3adf2 Fix for nightly build failures for android by Mohammed Suhail Munshi · 3 months ago
  62. 6a82787 Workaround to enable cross-compiling from macOS® to Android™ by Jakub Sujak · 3 months ago
  63. 8609ca0 Add skeleton for CLScatter op, reference and tests by Mohammed Suhail Munshi · 4 months ago
  64. 36a75da [ONCPUML-1451] Add matmul kernel to enable bf16 to bf16 operations via PyTorch® autocast() function by Renato Arantes · 5 months ago
  65. d219115 Make Cpu/Gpu/Ref scalar/vectoral S32 division consistent by Gunes Bayir · 3 months ago
  66. 1618e95 Increase tolerance_num of Cpu RNNLayer tests by Gunes Bayir · 4 months ago
  67. 43ba0dd Increase MatMul and DilatedConv test Q8 thresholds to 1 by Gunes Bayir · 4 months ago
  68. c00a82b Fix overflow in NEMeanStdDevNormalizationKernel by Pablo Marquez Tello · 4 months ago
  69. 3e4b193 Fix quant. gemv kernel driver by adding set_quantized_bias() by Gunes Bayir · 4 months ago
  70. 5a67733 arm_gemm: Fix bias handling for sme2 FP16 GEMV. by David Mansell · 4 months ago
  71. 3ac0b87 Fix validation in pool2d assembly wrapper by Pablo Marquez Tello · 4 months ago
  72. 93e743f Optimize CpuSoftmaxKernel for axis != 0 and neon kernels by Omar Al Khatib · 6 months ago
  73. d0611c1 Update documentation for 24.02.1 release by Felix Thomasmathibalan · 4 months ago
  74. 57a8852 Fix WoA nightly failure by Pablo Marquez Tello · 4 months ago
  75. 9167c9c Prefer indirect Gemm vs. Direct convolution if supported by Gunes Bayir · 4 months ago
  76. e77736f Set int8 test tolerance in FullyConnected to int8 by Gunes Bayir · 4 months ago
  77. 40af090 Disable FP16 on 32 bit by Pablo Marquez Tello · 4 months ago
  78. bf05373 Fix performance regression in fixed-format kernels by Gunes Bayir · 4 months ago
  79. 6fe9eaf Set Neon™ as present for WoA by Pablo Marquez Tello · 4 months ago
  80. 2676424 Fix segfault in DWC in WoA by Pablo Marquez Tello · 4 months ago
  81. c1787f0 Fix OpenBSD® build failure caused by patch 11144 by Gunes Bayir · 4 months ago
  82. ef63739 Integrate new pretranspose_b_array with extra fused transpose of B by Gunes Bayir · 5 months ago
  83. 0a48c4c Requantization cases for offset changes only by Mohammed Suhail Munshi · 5 months ago
  84. 9469058 Fix linker errors in validation suite for WoA by Pablo Marquez Tello · 5 months ago
  85. 8528134 Fix validation suite on WoA by Pablo Marquez Tello · 5 months ago
  86. e37a863 Fix escape character issues in format_code script by Gunes Bayir · 5 months ago
  87. 7976f08 Fix compiler errors in cl-clang by Pablo Marquez Tello · 5 months ago
  88. 0cba93f [QTest] Use dynamic output quantization in Depthwise Conv tests by Omar Al Khatib · 5 months ago
  89. 8614077 Disable some DirectConv2d tests in Dynamic Fusion by Gunes Bayir · 5 months ago
  90. d98e27e Update documentation for 24.02 release by Felix Thomasmathibalan · 5 months ago
  91. 0c85334 Fix parallel depthwise perf regression from 2db938c by Jonathan Deakin · 5 months ago
  92. 0e73498 Add support for QSYMM8 in ClCastKernel by Pablo Marquez Tello · 5 months ago
  93. 0ee13af Remove CKW prototype and Template Writer by Gunes Bayir · 5 months ago
  94. a3e1b50 Fix the bug in GpuTanh operator in dynamic fusion by Gunes Bayir · 5 months ago
  95. a5a81ae Mark GpuSoftmax and GpuReshape as not supported by Gunes Bayir · 5 months ago
  96. 2db938c Parallelize CPU depthwise over batch if only 1 row by Jonathan Deakin · 5 months ago
  97. e695579 arm_gemm: SME: Remove artificial single-thread constraint on quantized int8 kernels. by David Mansell · 6 months ago
  98. 1561d40 Build CKW by default by Gunes Bayir · 5 months ago
  99. 9d8f4ed Fix compilation issue in CKW due to unused variable by Gunes Bayir · 5 months ago
  100. 9e987b1 Fix path by Jakub Sujak · 5 months ago