1. ada3200 Add update/index/output (m+1)/2d/(m+n) support for CLScatter by Gunes Bayir · 6 weeks ago
  2. 0fa28be Add padding to the shift and multipliers buffers by Pablo Marquez Tello · 6 weeks ago
  3. 7377107 Scatter GPU Kernel Implementation for 1D tensors. by Mohammed Suhail Munshi · 10 weeks ago
  4. 6ac82a4 fix compilation errors on linux with gcc12 by Sunita Nadampalli · 8 weeks ago
  5. a668f9f Add s8f32 kernels and dynamic QuantizationInfo by Jonathan Deakin · 4 months ago
  6. cdce25b Accumulation in Cpu Gemm kernels is not supported for quantized kernels in aarch32. This patch guards the relevant tests. by Radu Salavat · 7 weeks ago
  7. cfca87b Add SME2 implementation of softmax for FP16 by Gunes Bayir · 8 weeks ago
  8. f1f1f87 Add in place summation to CPU GEMM kernels by Radu Salavat · 3 months ago
  9. 553e241 Fix compiler error by Pablo Marquez Tello · 8 weeks ago
  10. 1e91d71 Parallelise im2col along dimensions with higher number of iterations by Milos Puzovic · 9 weeks ago
  11. 77bbe2e Add SME2 implementation of softmax for FP32 by Viet-Hoa Do · 6 months ago
  12. 905786e Added new NEON fixed format fast math mode hybrid kernel with maximum height of 6 for accumulation and updated heuristics by Milos Puzovic · 10 weeks ago
  13. 473b829 Adds Tests and reference implementation for scatter operator with 1D tensors. by Mohammed Suhail Munshi · 3 months ago
  14. 8609ca0 Add skeleton for CLScatter op, reference and tests by Mohammed Suhail Munshi · 3 months ago
  15. 36a75da [ONCPUML-1451] Add matmul kernel to enable bf16 to bf16 operations via PyTorch® autocast() function by Renato Arantes · 4 months ago
  16. d219115 Make Cpu/Gpu/Ref scalar/vectoral S32 division consistent by Gunes Bayir · 2 months ago
  17. c00a82b Fix overflow in NEMeanStdDevNormalizationKernel by Pablo Marquez Tello · 3 months ago
  18. 3e4b193 Fix quant. gemv kernel driver by adding set_quantized_bias() by Gunes Bayir · 3 months ago
  19. 5a67733 arm_gemm: Fix bias handling for sme2 FP16 GEMV. by David Mansell · 3 months ago
  20. 3ac0b87 Fix validation in pool2d assembly wrapper by Pablo Marquez Tello · 3 months ago
  21. 93e743f Optimize CpuSoftmaxKernel for axis != 0 and neon kernels by Omar Al Khatib · 5 months ago
  22. 57a8852 Fix WoA nightly failure by Pablo Marquez Tello · 3 months ago
  23. 9167c9c Prefer indirect Gemm vs. Direct convolution if supported by Gunes Bayir · 3 months ago
  24. 40af090 Disable FP16 on 32 bit by Pablo Marquez Tello · 3 months ago
  25. bf05373 Fix performance regression in fixed-format kernels by Gunes Bayir · 3 months ago
  26. 6fe9eaf Set Neon™ as present for WoA by Pablo Marquez Tello · 3 months ago
  27. 2676424 Fix segfault in DWC in WoA by Pablo Marquez Tello · 3 months ago
  28. c1787f0 Fix OpenBSD® build failure caused by patch 11144 by Gunes Bayir · 3 months ago
  29. ef63739 Integrate new pretranspose_b_array with extra fused transpose of B by Gunes Bayir · 4 months ago
  30. 0a48c4c Requantization cases for offset changes only by Mohammed Suhail Munshi · 4 months ago
  31. 7976f08 Fix compiler errors in cl-clang by Pablo Marquez Tello · 4 months ago
  32. 0c85334 Fix parallel depthwise perf regression from 2db938c by Jonathan Deakin · 4 months ago
  33. 0e73498 Add support for QSYMM8 in ClCastKernel by Pablo Marquez Tello · 4 months ago
  34. 0ee13af Remove CKW prototype and Template Writer by Gunes Bayir · 4 months ago
  35. a3e1b50 Fix the bug in GpuTanh operator in dynamic fusion by Gunes Bayir · 4 months ago
  36. a5a81ae Mark GpuSoftmax and GpuReshape as not supported by Gunes Bayir · 4 months ago
  37. 2db938c Parallelize CPU depthwise over batch if only 1 row by Jonathan Deakin · 4 months ago
  38. e695579 arm_gemm: SME: Remove artificial single-thread constraint on quantized int8 kernels. by David Mansell · 5 months ago
  39. 0c17c4b Fix leftover cols in CpuGemmLowpMatrixBReductionKernel by Jonathan Deakin · 5 months ago
  40. 2b9fa59 Use the stable CKW API in the GPU dynamic fusion backend by Gunes Bayir · 5 months ago
  41. fb92e22 arm_gemm: convolution: optimize convolver.hpp. by David Mansell · 6 months ago
  42. bde6e78 Fix for Logically dead code detected in Coverity checks by Anitha Raj · 4 months ago
  43. e8e016e Fix for unchecked return value detected in Coverity checks. by Anitha Raj · 4 months ago
  44. fdf56fb Make GpuWorkloadContext own all tensor info objects by Viet-Hoa Do · 5 months ago
  45. 6829e02 Fix divide-by-zero compilation error by Viet-Hoa Do · 5 months ago
  46. 8896cf7 Fix minor issue, clean lut code by Mohammed Suhail Munshi · 5 months ago
  47. 27dee1e Fix potential threading issue in LUTManager by Mohammed Suhail Munshi · 5 months ago
  48. 0eb9cfb [ONCPUML-1387] Add ACL based reorder for f32 to bf16 data type conversion. by Renato Arantes · 6 months ago
  49. 5d7a93a Fix compilation error on GCC 13.2 by Jakub Sujak · 5 months ago
  50. 7467ba8 Use look up table for fp16 activation by Mohammed Suhail Munshi · 6 months ago
  51. 7fe7791 Prevent RELU from being processed thru LUT in INT8 by Sangwon Ha · 5 months ago
  52. c310c11 Fix nightly issue caused by gemm_reshaped_only_rhs_mmul kernel by Gunes Bayir · 5 months ago
  53. 85cafff Add Mali™-G720 and Mali™-G620 as GpuTargets by Gunes Bayir · 6 months ago
  54. 306a8a9 Fix nightly bug caused by not validation 3d cases for input tensor by Gunes Bayir · 6 months ago
  55. ec0a057 Revert "Fix nightly bug caused by wrong validation in Gemm mmul kernel" by Gunes Bayir · 6 months ago
  56. feef9b9 Fix validation error in CL generate proposals kernel by Gunes Bayir · 6 months ago
  57. 270576a Fix nightly bug caused by wrong validation in Gemm mmul kernel by Gunes Bayir · 6 months ago
  58. b526431 Winograd changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 6 months ago
  59. 0660172 Fix validation error in graph_ssd_mobilenet by Gunes Bayir · 6 months ago
  60. eb475ec Fix unit tests failing in CL/UNIT/TensorAllocator by Gunes Bayir · 6 months ago
  61. 4737094 Optimize CPU depth-to-space by Viet-Hoa Do · 7 months ago
  62. 17e116e Revert "thread_local _custom_scheduler" by Pablo Marquez Tello · 6 months ago
  63. fadc9b1 Optimize CpuSoftmaxKernel for axis=0 by Gunes Bayir · 7 months ago
  64. 9f7aca9 Changes to enable FP16 in armv8a multi_isa by Pablo Marquez Tello · 10 months ago
  65. 8d4cdd4 BatchNorm changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 6 months ago
  66. 568aab6 CpuMul changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 6 months ago
  67. ded5b18 thread_local _custom_scheduler by David Svantesson · 10 months ago
  68. ba93371 NormalizationLayer changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 7 months ago
  69. d4650e9 Fix various coverity issues by SiCong Li · 7 months ago
  70. ec2afd6 Fix device issue with CL softmax by Viet-Hoa Do · 7 months ago
  71. c63f8b0 Update comments to suppress doxygen warnings. by Anitha Raj · 7 months ago
  72. 24c140f Fix CpuGemmConv2d int8 segfault by SiCong Li · 7 months ago
  73. 92c3d71 Remove duplicate definitions of BF16 fixed format kernels. by David Mansell · 7 months ago
  74. 01b0f9b Pooling changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 7 months ago
  75. 64f4a30 DepthwiseConvolution changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 7 months ago
  76. c5ab4df Optimize CpuGemmConv2d start-up time by SiCong Li · 8 months ago
  77. 4a9dbed Update heuristic for MatMul Native U8 by Gian Marco Iodice · 7 months ago
  78. a7ddd60 Add support for Arm® Cortex®-A520 and Arm® Cortex®-R82 by Viet-Hoa Do · 7 months ago
  79. bcf9552 Fix compilation error with clang and multi-isa by Viet-Hoa Do · 7 months ago
  80. 704c22f [GPU] Update Reverse layer to allow negative axis and reversed axis order by Adnan AlSinan · 7 months ago
  81. fde45d8 Extend CKW MatMul with nt_t by Adnan AlSinan · 7 months ago
  82. 5ef0bdd Fix SVE kernel using SVE2 instruction by Viet-Hoa Do · 8 months ago
  83. 29254ae Optimize CL softmax by Viet-Hoa Do · 8 months ago
  84. e5362e7 DirectConv and Im2Col changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 8 months ago
  85. 72b7471 Add check to disable dynamic bias with quantized datatypes in Conv2D layer by Mohammed Suhail Munshi · 8 months ago
  86. 074b985 FuseBatchNorm changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 8 months ago
  87. 0fa92b8 arm_gemm: Add SME2 FP16 GEMV using FP16->FP32 dot product. by David Mansell · 8 months ago
  88. 098efc4 Revert "arm_gemm: Add SME2 FP16 GEMV." by David Mansell · 8 months ago
  89. c1204c7 Connect MatMul MMUL kernels to ClMatMul operator by Gunes Bayir · 8 months ago
  90. d8a397e Fix build error in CpuScale by Pablo Marquez Tello · 8 months ago
  91. b5cb4d2 Scale changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 8 months ago
  92. aeced74 arm_gemm: Add SME2 FP16 GEMV. by David Mansell · 8 months ago
  93. 95d477e Remove padding from CL comparison operator by Viet-Hoa Do · 8 months ago
  94. c210c85 Optimize CL reduction operation by Viet-Hoa Do · 8 months ago
  95. fb9c25d arm_gemm: fix 2D threading mode for SME2 by David Mansell · 9 months ago
  96. 9aa153a Fix build error by Pablo Marquez Tello · 8 months ago
  97. dfd56a6 Fix NEReorderKernel validation by David Svantesson · 8 months ago
  98. d9c1d44 Port MatMul to Dynamic Fusion + CKW boilerplate code by Adnan AlSinan · 8 months ago
  99. 0b72aa4 Optimize NEStackLayer by Gunes Bayir · 8 months ago
  100. b6718c8 Fix compilation error caused by ambiguous std::abs call by Gunes Bayir · 8 months ago