Fix ARM64 SME direct-kernel build and dispatch#5898
Open
moluopro wants to merge 6 commits into
Open
Conversation
Contributor
Author
|
This follows up on #5889. While working on the ARM64 SME TRMM direct path, I found a few related build and dispatch issues and fixed them here as well. |
Contributor
Author
|
The |
Collaborator
Seems the Z arch build cannot find its base Ubuntu docker file recently. I will try to reach out to OSUOSL if the problem persists, but they're a small volunteer group too. |
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.
kernel/Makefile.L3rules.interface/trsm.ctoTRMMbuilds so STRSM cannot dispatch to STRMM direct kernels.CblasConjNoTransandCblasConjTransas eligible for the corresponding STRMM direct paths.alpha == 0fast zeroing path instrmm_direct_arm64_sme1.c.M * N * Ksize heuristic insgemm_direct_performant.c, and skip the direct path whenN <= 0orK <= 0.cmake/cc.cmake.kernel/arm64from CRLF to LF line endings.