aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/add
AgeCommit message (Expand)Author
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-08-23CpuAdd rework to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-06-26Remove dependency on fp16 definitions from some core include filesMatthew Bentham
2023-06-15Break up Utils.h a bit to reduce unused code being included everywhereMatthew Bentham
2022-12-29Use CPU quantized addition kernel for quantized subtractionOmar Al Khatib
2022-11-01Fix fixed-point quantized additionViet-Hoa Do
2022-10-27Fix fixed-point quantized additionViet-Hoa Do
2022-10-20Update reinterpret tensor as 1D for CPU addViet-Hoa Do
2022-10-03Optimize CPU add layer on quantized dataViet-Hoa Do
2022-08-01Optimize add layer by considering the input tensors as 1D arrayGunes Bayir
2022-03-03Removing SVE / SVE2 guards from decoupled kernelsalerah01
2022-02-04SCons build system refactoring (phase #2).Motti Gondabi
2021-12-14Add Multi ISA support for SCons build System (part #1)Motti Gondabi
2021-11-28Decouple CpuAddKernelDana Zlotnik
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas