Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash seen when running Windows server 2016 on Intel Gen4 Xeon pr…
…ocessors This adds an additional check before enabling MlasGemmU8S8DispatchAmx for GEMM operations. After checking the CPUID for AMX-TILE and AMX-INT8, an additional check is added that checks value of the XCR0 register. The value in the OXR0 register is set by the OS and indicating support for various CPU features. In this case the bits indicating XTILECFG and XTILEDATA support are checked. Signed-off-by: Nash <[email protected]>
- Loading branch information