Commits


RajalakshmiSR authored and GitHub committed 32ceaf4532a
POWER10: Optimized SGEMM in MLAS (#8121) * POWER10: Optimized SGEMM in MLAS This patch introduces new optimized version of SGEMM in MLAS using power10 Matrix-Multiply Assist (MMA) feature introduced in POWER ISA v3.1. This patch makes use of new POWER10 compute instructions for matrix multiplication operation. * Adjust tabs in cmake Changing tabs to spaces as per review comment. * Adjust tabs in new sgemm file Changing tabs to spaces in SgemmKernelPOWER10.cpp. * Reusing functions using common header Co-authored-by: Rajalakshmi Srinivasaraghavan <rajis@linux.ibm.com>