aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
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
2021-09-01Fix strict overflow warningsMichalis Spyrou
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas
2021-08-04Implement Operator APIGeorgios Pinitas
2021-06-28Simplify CpuInfo logicGeorgios Pinitas
2021-06-23Create core library using high priority operatorsMichalis Spyrou
2021-06-15Add CPU discovery capabilities.Georgios Pinitas
2021-04-28Add Queue supportGeorgios Pinitas
2021-04-19Add Tensor related utilities to the new APISang-Hoon Park
2021-04-06Add tensor related data structures for the new APIGeorgios Pinitas
2021-03-10Use memalign on bare metalMichalis Spyrou
2021-03-05Add log on memory allocation failure in CpuContextSang-Hoon Park
2021-02-25Introduce Context opaque object of the new interfaceGeorgios Pinitas