aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/CpuMulKernel.cpp
AgeCommit message (Expand)Author
2022-11-30Fix build error for unused variables in data type specific buildsGunes Bayir
2022-11-23ONCPUML-1072: Remove double definition of get_mws for Mul kernelfadara01
2022-11-22ONCPUML-1072: Tuned MWS values (for N1, V1) for binary operators used by oneDNNFadi Arafeh
2022-11-15Fixed Arm NN unit test failure caused by quantised multiplication patch.Omar Al Khatib
2022-11-09Fix CPU multiplication layer threading overheadViet-Hoa Do
2022-11-07Optimize CPU mul layer on quantized dataOmar Al Khatib
2022-09-14Interpreting tensor as 1D for CPU multiplicationViet-Hoa Do
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas