-
Notifications
You must be signed in to change notification settings - Fork 6.3k
8322174: RISC-V: C2 VectorizedHashCode RVV Version #17413
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
ygaevsky
wants to merge
29
commits into
openjdk:master
Choose a base branch
from
ygaevsky:JDK-8322174
base: master
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.
+185
−18
Open
Changes from 28 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
1d6bc62
8322174: RISC-V: C2 VectorizedHashCode RVV Version
ygaevsky b976ca7
Removed checks for (MaxVectorSize >= 16) per @RealFYang suggestion.
ygaevsky 7ed3d86
num_8b_elems_in_vec --> nof_vec_elems
ygaevsky 301eed9
Merge master
ygaevsky 10cf358
Merge branch 'master' into JDK-8322174
ygaevsky 712cf05
Merge branch 'openjdk:master' into JDK-8322174
ygaevsky 9ba2768
Fixed git rebase artifacts.
ygaevsky a64dc26
reorder instructions to make RVV instructions contiguous
ygaevsky 4e9ad18
change slli+add sequence to shadd
ygaevsky 6daaae6
simplified arrays_hashcode_v() to be closer to VLA and use less gener…
ygaevsky 0c2fbee
- removed tail processing with RVV instructions as simple scalar loop…
ygaevsky c558db0
move vredsum_vs out of VEC_LOOP to improve performance
ygaevsky ffaba3d
make an experiment with lmul==1 instead of lmul==4.
ygaevsky bc1290e
fixed error made for prevoius lmul-m1 experiment
ygaevsky 6c976c0
returned lmul==m4
ygaevsky da6644b
replaced vmul_vv + vadd_vv by vmadd_vv
ygaevsky e7fac6c
Merge master
ygaevsky bbcd1ec
make 'result' calculations scalar; clear vector registers only when n…
ygaevsky 7c5f24a
make powmax calculations scalar; re-use v_tmp for sum reduction opera…
ygaevsky a85abe7
try m8 for grouping.
ygaevsky 223e0a3
try m4 for grouping
ygaevsky 424a453
try m2 for grouping
ygaevsky 60b2d81
try m1 for grouping
ygaevsky e14cc8e
choose m2 as fastest per experiments
ygaevsky 4449186
removed reservations for unused vector registers per reviewer's comme…
ygaevsky aaf930b
- addressed reviewer's comments/suggestions.
ygaevsky 3fd5388
-more updates per reviewer's suggestions.
ygaevsky 81356c2
- one more round of updates per recieved suggestions from reviewers.
ygaevsky 38ae662
- minor updates requested by reviewer
ygaevsky 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
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.
Uh oh!
There was an error while loading. Please reload this page.