1. e683652 Optimize memory management of CPU operators by Michael Tyler · 3 weeks ago
  2. 5d6fff0 Fix Windows® build linker errors by Ramy Elgammal · 3 weeks ago
  3. 232c9ad Provide a wrapper class to expose cpu::CpuGemm by Ryo Suzuki · 4 weeks ago
  4. fc94f4d Update CPU kernels and add mixed sign GEMM support by Michael Tyler · 6 weeks ago
  5. cbc27ff Fix out-of-bound memory write by Viet-Hoa Do · 4 weeks ago
  6. d723076 Enable FP16 in multi_isa+v8a by Pablo Marquez Tello · 5 weeks ago
  7. 311753a Fixed illegal instruction in Softmax by Pablo Marquez Tello · 5 weeks ago
  8. f1723a0 Fix OpenMP thread scheduling for large machines by Hamza Butt · 8 weeks ago
  9. ab538a2 Use lookup table for Fp16 Tanh activation in hardware with SVE by Gunes Bayir · 8 weeks ago
  10. 1d2733e Fix issues with OpenMP scheduler little core exclusion. by Omar Al Khatib · 8 weeks ago
  11. f5053f7 Update logic in the OpenMP scheduler to exclude LITTLE cores by Omar Al Khatib · 10 weeks ago
  12. 8710385 Fix linking error to fp16_run_dequantization_core() by Ramy Elgammal · 8 weeks ago
  13. d3d2e9b Refactor Dequantize to enable FP16 kernel in v8a multi_isa builds by Ramy Elgammal · 9 weeks ago
  14. 1d8936d Fix nightly build error by Pablo Marquez Tello · 9 weeks ago
  15. b4b61a6 Rework CpuQuantizeKernel to enable FP16 in multi_isa builds by Ramy Elgammal · 9 weeks ago
  16. 2217f1e Refactor arm_gemm to enable FP16 in all multi_isa builds by Pablo Marquez Tello · 9 weeks ago
  17. 21fb2ad Fix ReductionLayer FP16 for armv8a multi_isa builds by Ramy Elgammal · 9 weeks ago
  18. 4c3f716 Improve CPU extension detection on macos by Viet-Hoa Do · 9 weeks ago
  19. 05269f0 ScatterND fix for scalar cases by Gunes Bayir · 10 weeks ago
  20. 48f120c Make quantization rounding consistent by Jonathan Deakin · 10 weeks ago
  21. c1575b2 Add SME2 implementation of Softmax for QASYMM8 and QASYMM8_SIGNED. by Omar Al Khatib · 3 months ago
  22. 2fea135 Add batched indices support to Scatter GPU Implementation by Mohammed Suhail Munshi · 3 months ago
  23. c22e126 arm_gemm: fix SVE check on fast mode kernels. by David Mansell · 2 months ago
  24. 0c5ba9e Change reorder implementation to be vector length agnostic for OHWIo8 reorder by Radu Salavat · 3 months ago
  25. 5c76742 New SME2 heuristics. by David Mansell · 4 months ago
  26. 301e33f Add fp16 and integer data type support for ScatterNd in Gpu by Gunes Bayir · 3 months ago
  27. e5ef8c1 Disable SME2 Gemmlowp s8f32 kernel selection in case results needs to be accumulated by Gunes Bayir · 3 months ago
  28. 499b5bc Disable SME2 Gemm kernel selection in case results needs to be accumulated by Gunes Bayir · 3 months ago
  29. ada3200 Add update/index/output (m+1)/2d/(m+n) support for CLScatter by Gunes Bayir · 3 months ago
  30. 0fa28be Add padding to the shift and multipliers buffers by Pablo Marquez Tello · 3 months ago
  31. 7377107 Scatter GPU Kernel Implementation for 1D tensors. by Mohammed Suhail Munshi · 4 months ago
  32. 6ac82a4 fix compilation errors on linux with gcc12 by Sunita Nadampalli · 3 months ago
  33. a668f9f Add s8f32 kernels and dynamic QuantizationInfo by Jonathan Deakin · 6 months ago
  34. 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
  35. cfca87b Add SME2 implementation of softmax for FP16 by Gunes Bayir · 3 months ago
  36. f1f1f87 Add in place summation to CPU GEMM kernels by Radu Salavat · 5 months ago
  37. 553e241 Fix compiler error by Pablo Marquez Tello · 3 months ago
  38. 1e91d71 Parallelise im2col along dimensions with higher number of iterations by Milos Puzovic · 4 months ago
  39. 77bbe2e Add SME2 implementation of softmax for FP32 by Viet-Hoa Do · 7 months ago
  40. 905786e Added new NEON fixed format fast math mode hybrid kernel with maximum height of 6 for accumulation and updated heuristics by Milos Puzovic · 4 months ago
  41. 473b829 Adds Tests and reference implementation for scatter operator with 1D tensors. by Mohammed Suhail Munshi · 4 months ago
  42. 8609ca0 Add skeleton for CLScatter op, reference and tests by Mohammed Suhail Munshi · 5 months ago
  43. 36a75da [ONCPUML-1451] Add matmul kernel to enable bf16 to bf16 operations via PyTorch® autocast() function by Renato Arantes · 6 months ago
  44. d219115 Make Cpu/Gpu/Ref scalar/vectoral S32 division consistent by Gunes Bayir · 4 months ago
  45. c00a82b Fix overflow in NEMeanStdDevNormalizationKernel by Pablo Marquez Tello · 4 months ago
  46. 3e4b193 Fix quant. gemv kernel driver by adding set_quantized_bias() by Gunes Bayir · 4 months ago
  47. 5a67733 arm_gemm: Fix bias handling for sme2 FP16 GEMV. by David Mansell · 4 months ago
  48. 3ac0b87 Fix validation in pool2d assembly wrapper by Pablo Marquez Tello · 4 months ago
  49. 93e743f Optimize CpuSoftmaxKernel for axis != 0 and neon kernels by Omar Al Khatib · 7 months ago
  50. 57a8852 Fix WoA nightly failure by Pablo Marquez Tello · 4 months ago
  51. 9167c9c Prefer indirect Gemm vs. Direct convolution if supported by Gunes Bayir · 4 months ago
  52. 40af090 Disable FP16 on 32 bit by Pablo Marquez Tello · 4 months ago
  53. bf05373 Fix performance regression in fixed-format kernels by Gunes Bayir · 4 months ago
  54. 6fe9eaf Set Neon™ as present for WoA by Pablo Marquez Tello · 5 months ago
  55. 2676424 Fix segfault in DWC in WoA by Pablo Marquez Tello · 5 months ago
  56. c1787f0 Fix OpenBSD® build failure caused by patch 11144 by Gunes Bayir · 5 months ago
  57. ef63739 Integrate new pretranspose_b_array with extra fused transpose of B by Gunes Bayir · 5 months ago
  58. 0a48c4c Requantization cases for offset changes only by Mohammed Suhail Munshi · 6 months ago
  59. 7976f08 Fix compiler errors in cl-clang by Pablo Marquez Tello · 5 months ago
  60. 0c85334 Fix parallel depthwise perf regression from 2db938c by Jonathan Deakin · 5 months ago
  61. 0e73498 Add support for QSYMM8 in ClCastKernel by Pablo Marquez Tello · 5 months ago
  62. 0ee13af Remove CKW prototype and Template Writer by Gunes Bayir · 5 months ago
  63. a3e1b50 Fix the bug in GpuTanh operator in dynamic fusion by Gunes Bayir · 5 months ago
  64. a5a81ae Mark GpuSoftmax and GpuReshape as not supported by Gunes Bayir · 5 months ago
  65. 2db938c Parallelize CPU depthwise over batch if only 1 row by Jonathan Deakin · 5 months ago
  66. e695579 arm_gemm: SME: Remove artificial single-thread constraint on quantized int8 kernels. by David Mansell · 6 months ago
  67. 0c17c4b Fix leftover cols in CpuGemmLowpMatrixBReductionKernel by Jonathan Deakin · 6 months ago
  68. 2b9fa59 Use the stable CKW API in the GPU dynamic fusion backend by Gunes Bayir · 6 months ago
  69. fb92e22 arm_gemm: convolution: optimize convolver.hpp. by David Mansell · 8 months ago
  70. bde6e78 Fix for Logically dead code detected in Coverity checks by Anitha Raj · 6 months ago
  71. e8e016e Fix for unchecked return value detected in Coverity checks. by Anitha Raj · 6 months ago
  72. fdf56fb Make GpuWorkloadContext own all tensor info objects by Viet-Hoa Do · 6 months ago
  73. 6829e02 Fix divide-by-zero compilation error by Viet-Hoa Do · 6 months ago
  74. 8896cf7 Fix minor issue, clean lut code by Mohammed Suhail Munshi · 6 months ago
  75. 27dee1e Fix potential threading issue in LUTManager by Mohammed Suhail Munshi · 6 months ago
  76. 0eb9cfb [ONCPUML-1387] Add ACL based reorder for f32 to bf16 data type conversion. by Renato Arantes · 8 months ago
  77. 5d7a93a Fix compilation error on GCC 13.2 by Jakub Sujak · 6 months ago
  78. 7467ba8 Use look up table for fp16 activation by Mohammed Suhail Munshi · 7 months ago
  79. 7fe7791 Prevent RELU from being processed thru LUT in INT8 by Sangwon Ha · 6 months ago
  80. c310c11 Fix nightly issue caused by gemm_reshaped_only_rhs_mmul kernel by Gunes Bayir · 7 months ago
  81. 85cafff Add Mali™-G720 and Mali™-G620 as GpuTargets by Gunes Bayir · 7 months ago
  82. 306a8a9 Fix nightly bug caused by not validation 3d cases for input tensor by Gunes Bayir · 7 months ago
  83. ec0a057 Revert "Fix nightly bug caused by wrong validation in Gemm mmul kernel" by Gunes Bayir · 7 months ago
  84. feef9b9 Fix validation error in CL generate proposals kernel by Gunes Bayir · 7 months ago
  85. 270576a Fix nightly bug caused by wrong validation in Gemm mmul kernel by Gunes Bayir · 7 months ago
  86. b526431 Winograd changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 7 months ago
  87. 0660172 Fix validation error in graph_ssd_mobilenet by Gunes Bayir · 7 months ago
  88. eb475ec Fix unit tests failing in CL/UNIT/TensorAllocator by Gunes Bayir · 7 months ago
  89. 4737094 Optimize CPU depth-to-space by Viet-Hoa Do · 8 months ago
  90. 17e116e Revert "thread_local _custom_scheduler" by Pablo Marquez Tello · 7 months ago
  91. fadc9b1 Optimize CpuSoftmaxKernel for axis=0 by Gunes Bayir · 8 months ago
  92. 9f7aca9 Changes to enable FP16 in armv8a multi_isa by Pablo Marquez Tello · 11 months ago
  93. 8d4cdd4 BatchNorm changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 8 months ago
  94. 568aab6 CpuMul changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 8 months ago
  95. ded5b18 thread_local _custom_scheduler by David Svantesson · 12 months ago
  96. ba93371 NormalizationLayer changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 8 months ago
  97. d4650e9 Fix various coverity issues by SiCong Li · 8 months ago
  98. ec2afd6 Fix device issue with CL softmax by Viet-Hoa Do · 8 months ago
  99. c63f8b0 Update comments to suppress doxygen warnings. by Anitha Raj · 8 months ago
  100. 24c140f Fix CpuGemmConv2d int8 segfault by SiCong Li · 8 months ago