-
Notifications
You must be signed in to change notification settings - Fork 237
Support PermuteN for 2D block scale GEMM with block 128(N) #5040
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
amd-khushbu
wants to merge
29
commits into
develop
Choose a base branch
from
ck/khuagarw/AICK-442
base: develop
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.
+161
−39
Open
Changes from 18 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b7d119f
initial commit for debugging
amd-khushbu 33e4890
debugging with prints
amd-khushbu 02e5193
merge with develop
amd-khushbu d630492
working case for group_n:128
amd-khushbu f7d8393
code clean up
amd-khushbu b0d94ff
working preshuffleQ and preshuffleQuant for bquant
amd-khushbu 2a7bd1b
Merge branch 'develop' into ck/khuagarw/AICK-442
amd-khushbu 812f24f
removing debug changes and code clean up
amd-khushbu 5ed440a
working permuteN for abquant
amd-khushbu 30dacb3
Merge branch 'develop' into ck/khuagarw/AICK-442
amd-khushbu b89394e
disabling transposeC with permuteN
amd-khushbu 844352e
Merge branch 'develop' into ck/khuagarw/AICK-442
amd-khushbu 9030336
Merge branch 'develop' into ck/khuagarw/AICK-442
amd-khushbu f032947
Merge branch 'develop' into ck/khuagarw/AICK-442
ThomasNing 67acab0
Merge branch 'develop' into ck/khuagarw/AICK-442
amd-khushbu 57cb0b2
resolving merge conflicts
amd-khushbu 2f37f37
resolving merge conflicts
amd-khushbu 860befe
Merge branch 'develop' into ck/khuagarw/AICK-442
amd-khushbu 227a3bf
Merge branch 'develop' into ck/khuagarw/AICK-442
amd-khushbu 9751bbf
addressing review comments
amd-khushbu cc973e8
Merge branch 'develop' into ck/khuagarw/AICK-442
amd-khushbu ecc711a
fix the compilation error to make it support TransposeC
ThomasNing 1a6cb2f
Merge branch 'develop' into ck/khuagarw/AICK-442
amd-khushbu a66d0d6
Merge branch 'develop' into ck/khuagarw/AICK-442
ThomasNing 1af05fd
resolving merge conflicts
amd-khushbu b182f49
Merge branch 'develop' into ck/khuagarw/AICK-442
amd-khushbu d01728d
fixing CI issue
amd-khushbu 0630786
fixing CI issue
amd-khushbu 42887c5
Merge branch 'develop' into ck/khuagarw/AICK-442
amd-khushbu 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
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
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.
Could we add a comment here to tell the user what the false boolean in here means?