Commits


Chen Fu authored and GitHub committed 12c44bfc4ee
fix bug: getting current cpu core type (#10630) Prev merged pull request has a bug: #10521 It was aimed to detect current CPU core micro-architecture and select a best suited kernel. Unfortunately it assumes that a thread can never migrate from one core to another. This change tries to fix that problem. It introduces about 2-5% performance degradation on symmetric quantized matmul Co-authored-by: Chen Fu <fuchen@microsoft.com>