1. a538ae5 Multi ISA Technical Debt by Dana Zlotnik · 2 years, 4 months ago
  2. 32fbb07 Fix CpuPool2d regression on A53/A55 due to mws by Giorgio Arena · 2 years, 4 months ago
  3. c9e519d Decouple CpuDirectConv2dKernel by alerah01 · 2 years, 5 months ago
  4. ebbae94 Decouple CpuDepthwiseConv2dNativeKernel by Dana Zlotnik · 2 years, 5 months ago
  5. 5e99318 Decouple NEL2NormalizeLayerKernel by Yair Schwarzbaum · 2 years, 6 months ago
  6. 256ac62 Decouple CpuGemmMatrixMultiplyKernel and CpuGemmMatrixAdditionKernel by Dana Zlotnik · 2 years, 5 months ago
  7. 149203b Port MaxUnpoolingLayer kernel and add KernelSelect vaidation test by Dana Zlotnik · 2 years, 5 months ago
  8. 6a2df88 Add kernel selection UT for submitted kernels by Dana Zlotnik · 2 years, 6 months ago
  9. d56d94d Fix build for gcc 9 by Giorgio Arena · 2 years, 5 months ago
  10. 9d9ad33 SCons build system refactoring (phase #2). by Motti Gondabi · 2 years, 5 months ago
  11. 46d44d2 Enable kernel selection testing (Phase #2) by Yair Schwarzbaum · 2 years, 6 months ago
  12. 0ef2c21 Remove padding from CpuDirectConv2dKernel by Adnan AlSinan · 2 years, 5 months ago
  13. 21391c3 Fix s10plus NEON/PoolingLayer Nightly failure by Adnan AlSinan · 2 years, 5 months ago
  14. 7195f71 Add OpenBSD/arm64 support. by Kevin Lo · 2 years, 6 months ago
  15. 8a9a0fb Select kernel decoupling by Anton Vainer · 2 years, 6 months ago
  16. 8d8208c Fix nightly failure within the elementwise unary build. by Dana Zlotnik · 2 years, 5 months ago
  17. 62a3b0c DepthwiseConv reports full assembly kernel name by Pablo Marquez Tello · 2 years, 7 months ago
  18. 066607f A73 Devices Regression 300% fix by Mohammed Suhail Munshi · 2 years, 6 months ago
  19. d5c496d Decouple CpuElementwiseKernel by Dana Zlotnik · 2 years, 7 months ago
  20. c48a3e5 Decouple CpuSoftmaxKernel by Dana Zlotnik · 2 years, 6 months ago
  21. 027bcef Decouple NEMeanStdDevNormalizationKernel by Dana Zlotnik · 2 years, 6 months ago
  22. d7e2ec5 Decouple NEInstanceNormalizationLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  23. 5ae8d80 Enable kernel selection testing (Phase #1) by Giorgio Arena · 2 years, 8 months ago
  24. 3475ffe Decouple NEBoundingBoxTransformKernel by Dana Zlotnik · 2 years, 6 months ago
  25. 9ae5a4e Decouple NEROIAlignLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  26. 50ce277 Decouple NEGenerateProposalsLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  27. 143310c Decouple NEMaxUnpoolingLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  28. c4270cf Add tests for FP Cpu Pooling where pool region is completely outside the input by SiCongLi · 2 years, 6 months ago
  29. 2761993 Crop Kernel Decoupling by alerah01 · 2 years, 7 months ago
  30. 3229171 Decouple CpuActivationKernel by Dana Zlotnik · 2 years, 7 months ago
  31. 4d44ac8 Added support for filter size 8x8 NCHW DirectConv by Pablo Marquez Tello · 2 years, 7 months ago
  32. f339962 Redirect Pool2d unsupported cases to unoptimized path by Giorgio Arena · 2 years, 7 months ago
  33. 40a245f Unify Cpu Max pool 2d minimum value to be -inf for floating point by SiCongLi · 2 years, 7 months ago
  34. 6f3a9f5 Add Multi ISA support for SCons build System (part #1) by Motti Gondabi · 2 years, 8 months ago
  35. cff6f3b Fix 300% Regression CPU - Change default mws value in Kernel files by Mohammed Suhail Munshi · 2 years, 7 months ago
  36. bd2942d Decouple CpuAddKernel by Dana Zlotnik · 2 years, 8 months ago
  37. ebefe52 Fix Cpu Conv3d gcc 8.3 build issues by Freddie Liardet · 2 years, 7 months ago
  38. 48f2615 Fixed build errors by Pablo Marquez Tello · 2 years, 8 months ago
  39. 9e8a770 Decouple data type for NERangeKernel by Yair Schwarzbaum · 2 years, 8 months ago
  40. d7154db Implement 1D Adaptive Workload Splitting in CPPScheduler by Dana Zlotnik · 2 years, 8 months ago
  41. f2c022e Enable fast_math in CpuFullyConnected by cfRod · 2 years, 8 months ago
  42. cc85915 Fix cpu conv3d quantized mismatch by Freddie Liardet · 2 years, 8 months ago
  43. 69df64f Improve conv3d validation by Freddie Liardet · 2 years, 8 months ago
  44. f727ef4 Add uint8/int8 support to cpu conv3d by Freddie Liardet · 2 years, 9 months ago
  45. 5dda217 DirectConv3d support refine by Sheri Zhang · 2 years, 9 months ago
  46. 4cdd6b8 Implement Minimum Workload Size (MWS) in all CPPKernels used by small networks by Dana Zlotnik · 2 years, 9 months ago
  47. 6d9c982 Conv3d support by Sheri Zhang · 2 years, 9 months ago
  48. de23fc3 Removed unsupported NHWC from Pooling::validate by Pablo Tello · 2 years, 9 months ago
  49. ded3663 Remove padding in cpuPool2d NCHW by Freddie Liardet · 2 years, 10 months ago
  50. 1024d9f Add missing ISA selection heuristics by Georgios Pinitas · 2 years, 9 months ago
  51. 8b8405a Optimize CpuScale NHWC F32/F16 by Gian Marco Iodice · 2 years, 9 months ago
  52. 63e0beb Add support for non-constant weights and biases in CpuFullyConnected by Giorgio Arena · 2 years, 9 months ago
  53. 3ae3d88 Provide logging for configure functions in all cpu operators by ramelg01 · 2 years, 10 months ago
  54. 9ac7b99 Revert "Add support for non-constant weights and biases in CpuFullyConnected" by Pablo Marquez Tello · 2 years, 10 months ago
  55. 2f9ae16 Avoid checking on biases' constantness if nullptr by Giorgio Arena · 2 years, 10 months ago
  56. aed63ee Add support for non-constant weights and biases in CpuFullyConnected by Michele Di Giorgio · 3 years ago
  57. e920d6a Printing operators parameters, currently for CpuAdd operator only. by Ramy Elgammal · 2 years, 11 months ago
  58. c89998f Fix strict overflow warnings by Michalis Spyrou · 2 years, 10 months ago
  59. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 11 months ago
  60. 4164814 Implement Operator API by Georgios Pinitas · 2 years, 11 months ago
  61. 731fe66 Simplify CpuInfo logic by Georgios Pinitas · 3 years ago
  62. 20fca52 Create core library using high priority operators by Michalis Spyrou · 3 years, 1 month ago
  63. 08302c1 Add CPU discovery capabilities. by Georgios Pinitas · 3 years, 1 month ago
  64. c3c352e Add Queue support by Georgios Pinitas · 3 years, 4 months ago
  65. c6fcfb4 Add Tensor related utilities to the new API by Sang-Hoon Park · 3 years, 3 months ago
  66. 3f26ef4 Add tensor related data structures for the new API by Georgios Pinitas · 3 years, 4 months ago
  67. 86ee237 Use memalign on bare metal by Michalis Spyrou · 3 years, 4 months ago
  68. 57d7366 Add log on memory allocation failure in CpuContext by Sang-Hoon Park · 3 years, 4 months ago
  69. 8a5146f Introduce Context opaque object of the new interface by Georgios Pinitas · 3 years, 6 months ago