aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cpu/operators/CpuGemmConvolution.cpp
AgeCommit message (Expand)Author
2021-08-20Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2dGeorgios Pinitas
2021-08-13Ensure correct transformed matrices are used in CpuGemmConvolutionGeorgios Pinitas
2021-07-29Port NEConvolutionLayerMichalis Spyrou
2021-07-23Avoid allocation of auxiliary memory in CpuGemmConvolutionGeorgios Pinitas
2021-07-23Pass fast math flag for correct GEMM3D validation supportGeorgios Pinitas
2021-07-22Expose fast_math mode for GEMM through BFloat16Georgios Pinitas
2021-07-22Update GEMM assembly kernelsGeorgios Pinitas
2021-07-15Port NEGEMMConvolutionLayerManuel Bottini