[MLAS][KleidiAI] Apply fp16 split independent fixes#28720
Open
Laan33 wants to merge 1 commit into
Open
Conversation
Squash the fp16 split independent fixes into a single IP review patch while preserving the original branch history separately. Signed-off-by: Cathal Lawlor <cathal.lawlor@arm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR splits out a small set of independent fixes and test-scope updates from the larger CPU fp16 enablement work.
Changes:
mask_index, which WebGPU Attention does not support.BatchSizetoBatchNfor consistency with MLAS batch naming.Motivation and Context
These changes are independent from the wider fp16 MLAS/API and CPU EP enablement work in #28487.
The Conv2D regression exercises the small-CI -> large-CI -> small-CI sequence that can expose stale cached LHS pointer tables after the KleidiAI padding buffer grows. The Attention test exclusion keeps the test targeted to providers that support the tested
mask_indexinput combination.Note: This PR is the first offshoot from #28487.