onnxruntime
1eb72fd2 - [MLAS] Enable BF16 KAI SBGemm on NCHWc ARM builds (#27703)

Commit
11 days ago
[MLAS] Enable BF16 KAI SBGemm on NCHWc ARM builds (#27703) ### Description Allow using KAI SBGemm on any ARM64 build (previously it needed the condition that NCHWc be not enabled as the logistics of using the KAI SBGemm path for the SBGemm based Conv was not clear). This change instead allows using the KAI path for other call sites (by enabling it in the build) but explicitly disallows using the KAI path only for the Conv and continue using the default MLAS path for the same (as before). ### Motivation and Context https://github.com/microsoft/onnxruntime/pull/26773#discussion_r2931357688 --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Author
Parents
Loading