-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Implement multithreading in qgemm_kleidi #26301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
melkap01-Arm
wants to merge
31
commits into
microsoft:main
Choose a base branch
from
melkap01-Arm:melkap01_implement_mt_qgemm
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
517e166
Implement multithreading in qgemm_kleidi
melkap01-Arm bd05fce
fixes addressed:
melkap01-Arm 75fee7a
lhs_base_table buffer implemented inside TLS
melkap01-Arm e53e67b
multithreaded qgemms coverage with single-multi threaded
melkap01-Arm c2428fb
Test commit damdoo01
damdoo01-arm 0479aea
Undo Test commit damdoo01
damdoo01-arm 9ef3b4c
SME2 test case check brought on the Test() function, after rebase
melkap01-Arm 32bf43c
Merge branch 'microsoft:main' into melkap01_implement_mt_qgemm
melkap01-Arm b6ff3be
Dynamic Qgemm Prepack() refactored
melkap01-Arm 7ed0e5c
Merge branch 'main' into melkap01_implement_mt_qgemm
melkap01-Arm 76ba64f
Quant Kernel log added, include corrected in dynamic qgemm test
melkap01-Arm 6bac9a5
Merge branch 'microsoft:main' into melkap01_implement_mt_qgemm
melkap01-Arm f1605e5
provider test cases for keldiai dynamic qgemms added
melkap01-Arm 0c3748b
-Arm KleidiAI helper methods in Mlas space commented.
melkap01-Arm 99fe8c5
Merge branch 'microsoft:main' into melkap01_implement_mt_qgemm
melkap01-Arm 47e4c92
KleidiAI dynamic quantization supported by promoting 1D B tensor to 2D
melkap01-Arm fb8eefb
Merge branch 'microsoft:main' into melkap01_implement_mt_qgemm
melkap01-Arm d9a26bf
Merge branch 'microsoft:main' into melkap01_implement_mt_qgemm
melkap01-Arm cd80e56
Merge branch 'microsoft:main' into melkap01_implement_mt_qgemm
melkap01-Arm 6356e68
Merge branch 'microsoft:main' into melkap01_implement_mt_qgemm
melkap01-Arm 50dddaf
lintrunner issue fixed
melkap01-Arm 017a425
Merge branch 'microsoft:main' into melkap01_implement_mt_qgemm
melkap01-Arm 2ad388c
Merge branch 'microsoft:main' into melkap01_implement_mt_qgemm
melkap01-Arm 8dc8bc3
Merge branch 'microsoft:main' into melkap01_implement_mt_qgemm
melkap01-Arm e000f04
Merge branch 'microsoft:main' into melkap01_implement_mt_qgemm
melkap01-Arm abfb0f3
Address feedback on testcases and other issues
JonathanC-ARM 3bf22f2
Merge remote-tracking branch 'mel/main' into HEAD
JonathanC-ARM 11c856c
Move dynamic quant tests to more appropriate file
JonathanC-ARM 0c60f4e
Merge branch 'microsoft:main' into melkap01_implement_mt_qgemm
JonathanC-ARM ce02e98
Removal of comment and debug print in test case
JonathanC-ARM 94d8fe5
Merge branch 'microsoft:main' into melkap01_implement_mt_qgemm
JonathanC-ARM File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'kelidiai' to 'KleidiAI'.