aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cpu/operators/internal/CpuGemmAssemblyDispatch.cpp
AgeCommit message (Expand)Author
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas
2021-08-12Ensure that correct transformed matrices are used in CpuFullyConnectedGeorgios Pinitas
2021-07-22Update GEMM assembly kernelsGeorgios Pinitas
2021-06-25Port NEGEMMConv2d to memory injecting interfaceMichele Di Giorgio
2021-06-18Integrate improved CPU depthwise convolution kernelsMichele Di Giorgio
2021-06-07Revert "Implement memory injection in CpuDirectGemmConv2d"Michele Di Giorgio
2021-05-27Implement memory injection in CpuDirectGemmConv2dSang-Hoon Park
2021-05-26Create CpuGemmDirectConv2dSang-Hoon Park
2021-05-14Rename NEGEMMAssembly to CpuGemmAssemblySang-Hoon Park