Commits


Yufeng Li authored and GitHub committed f6956e02595
Refactor qgemm file (#8322) This PR purely extracts each kernel to a standalone file. No functionality change. It includes specifically: leave the MlasGemm function and thread handling in the qgemm.cc put dispatcher functions and the template functions (interfaces) that are required to implement a kernel into qgemm.h put each kernel implementation in a separate file, which implements/specialize template functions: MlasGemmU8X8FixupZeroPointB, MlasGemmU8X8CopyPackA, MlasGemmU8X8CopyPackB, MlasGemmU8X8Kernel determine the files to be compiled in cmake file