aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
2022-02-22Fix CpuPool2d regression on A53/A55 due to mwsGiorgio Arena
2022-02-08Fix build for gcc 9Giorgio Arena
2022-02-04SCons build system refactoring (phase #2).Motti Gondabi
2022-02-01 Enable kernel selection testing (Phase #2)Yair Schwarzbaum
2022-01-27Remove padding from CpuDirectConv2dKernelAdnan AlSinan
2022-01-26Fix s10plus NEON/PoolingLayer Nightly failureAdnan AlSinan
2022-01-25Add OpenBSD/arm64 support.Kevin Lo
2022-01-24Select kernel decouplingAnton Vainer
2022-01-24Fix nightly failure within the elementwise unary build.Dana Zlotnik
2022-01-21DepthwiseConv reports full assembly kernel namePablo Marquez Tello
2022-01-21A73 Devices Regression 300% fixMohammed Suhail Munshi
2022-01-19Decouple CpuElementwiseKernelDana Zlotnik
2022-01-13Decouple CpuSoftmaxKernelDana Zlotnik
2022-01-12Decouple NEMeanStdDevNormalizationKernelDana Zlotnik
2022-01-12Decouple NEInstanceNormalizationLayerKernelDana Zlotnik
2022-01-12Enable kernel selection testing (Phase #1)Giorgio Arena
2022-01-11Decouple NEBoundingBoxTransformKernelDana Zlotnik
2022-01-11Decouple NEROIAlignLayerKernelDana Zlotnik
2022-01-11Decouple NEGenerateProposalsLayerKernelDana Zlotnik
2022-01-06Decouple NEMaxUnpoolingLayerKernelDana Zlotnik
2021-12-25Add tests for FP Cpu Pooling where pool region is completely outside the inputSiCongLi
2021-12-22Crop Kernel Decouplingalerah01
2021-12-20Decouple CpuActivationKernelDana Zlotnik
2021-12-20Added support for filter size 8x8 NCHW DirectConvPablo Marquez Tello
2021-12-17Redirect Pool2d unsupported cases to unoptimized pathGiorgio Arena
2021-12-15Unify Cpu Max pool 2d minimum value to be -inf for floating pointSiCongLi
2021-12-14Add Multi ISA support for SCons build System (part #1)Motti Gondabi
2021-12-10Fix 300% Regression CPU - Change default mws value in Kernel filesMohammed Suhail Munshi
2021-11-28Decouple CpuAddKernelDana Zlotnik
2021-11-26Fix Cpu Conv3d gcc 8.3 build issuesFreddie Liardet
2021-11-24Fixed build errorsPablo Marquez Tello
2021-11-23Decouple data type for NERangeKernelYair Schwarzbaum
2021-11-16Implement 1D Adaptive Workload Splitting in CPPSchedulerDana Zlotnik
2021-11-09Enable fast_math in CpuFullyConnectedcfRod
2021-11-04Fix cpu conv3d quantized mismatchFreddie Liardet
2021-10-27Improve conv3d validationFreddie Liardet
2021-10-22Add uint8/int8 support to cpu conv3dFreddie Liardet
2021-10-18DirectConv3d support refineSheri Zhang
2021-10-18Implement Minimum Workload Size (MWS) in all CPPKernels used by small networksDana Zlotnik
2021-10-15Conv3d supportSheri Zhang
2021-10-13Removed unsupported NHWC from Pooling::validatePablo Tello
2021-10-12Remove padding in cpuPool2d NCHWFreddie Liardet
2021-10-06Add missing ISA selection heuristicsGeorgios Pinitas
2021-10-06Optimize CpuScale NHWC F32/F16Gian Marco Iodice
2021-09-29Add support for non-constant weights and biases in CpuFullyConnectedGiorgio Arena
2021-09-16Provide logging for configure functions in all cpu operatorsramelg01
2021-09-16Revert "Add support for non-constant weights and biases in CpuFullyConnected"Pablo Marquez Tello
2021-09-08Avoid checking on biases' constantness if nullptrGiorgio Arena
2021-09-07Add support for non-constant weights and biases in CpuFullyConnectedMichele Di Giorgio
2021-09-01Printing operators parameters, currently for CpuAdd operator only.Ramy Elgammal