-
Notifications
You must be signed in to change notification settings - Fork 246
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
Port art avx2 patches to A15 #2700
Conversation
4fe8183
to
b3718cc
Compare
This patch includes- -Implement-AVX2-instructions-in-x64-assembler -Introduce-the-notion-of-vector-registers -Implement-AVX2-based-Vectorization-for-x86_64 Observed significant gains in tests: JBench - 19% SpecJVM (scimark.lu.small) - 35% (scimark.lu.large) - 19% Test done: Build and boot is fine, Run the benchmarks suite. Tracked-On: OAM-126116 Signed-off-by: Ravi Kumar Soni <ravi.kumar.soni@intel.com>
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
1 similar comment
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
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.
LGTM
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.
LGTM
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.
LGTM
Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has completed MERGE Build for this pr, build is SUCCESS. Please check the linked Tracked-On issue/Android CI Web for more details. For Binaries: /cactus-absp-or-local/celadon-merge/812 |
This patch includes-
-Implement-AVX2-instructions-in-x64-assembler
-Introduce-the-notion-of-vector-registers
-Implement-AVX2-based-Vectorization-for-x86_64
Observed significant gains in tests:
JBench - 19%
SpecJVM (scimark.lu.small) - 35%
(scimark.lu.large) - 19%
Test done: Build and boot is fine, Run the benchmarks suite.
Tracked-On: OAM-126116