aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/CpuAddKernel.cpp
AgeCommit message (Expand)Author
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2022-11-30Fix build error for unused variables in data type specific buildsGunes Bayir
2022-11-22ONCPUML-1072: Tuned MWS values (for N1, V1) for binary operators used by oneDNNFadi Arafeh
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-24Fix add for tensors with non-matching stridesJonathan Deakin
2022-08-01Optimize add layer by considering the input tensors as 1D arrayGunes Bayir
2022-03-01Multi ISA Technical DebtDana Zlotnik
2022-02-01 Enable kernel selection testing (Phase #2)Yair Schwarzbaum
2022-01-21A73 Devices Regression 300% fixMohammed Suhail Munshi
2022-01-12Enable kernel selection testing (Phase #1)Giorgio Arena
2021-12-10Fix 300% Regression CPU - Change default mws value in Kernel filesMohammed Suhail Munshi
2021-11-28Decouple CpuAddKernelDana Zlotnik
2021-11-16Implement 1D Adaptive Workload Splitting in CPPSchedulerDana Zlotnik
2021-10-18Implement Minimum Workload Size (MWS) in all CPPKernels used by small networksDana Zlotnik
2021-10-06Add missing ISA selection heuristicsGeorgios Pinitas
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas