-
Notifications
You must be signed in to change notification settings - Fork 42
8365967: C2 compiler support for HalffloatVector operations supported by auto-vectorization flow #231
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
base: vectorIntrinsics+fp16
Are you sure you want to change the base?
8365967: C2 compiler support for HalffloatVector operations supported by auto-vectorization flow #231
Conversation
…by auto-vectorization flow
|
👋 Welcome back jbhateja! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
Performance of the FMA benchmark on Intel Xeon Emerald Rapids : INTEL(R) XEON(R) PLATINUM 8581C CPU @ 2.30GHz |
|
|
|
What is remaining?
|
|
@jatin-bhateja This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
@jatin-bhateja Unknown command |
|
/keepalive |
|
@jatin-bhateja The pull request is being re-evaluated and the inactivity timeout has been reset. |
|
Performance of JMH micros What is remaining? Functional validation |
…are sufficient for inline expansion, fixed selectFromTwoVector fallback
|
Integrating this PR, the remaining work will be part of JDK-mainline PR pull/28002 |
|
@jatin-bhateja This pull request has not yet been marked as ready for integration. |

Hi All,
This patch extends VectorAPI inline expanders to infer Float16 vector IR based on the newly passed operType argument.
We intend to leverage the existing IR and backend implementation of auto-vectorized Float16 operations.
Various HalffloatVector operators, namely ADD, SUB, MUL, DIV, MAX, MIN, and FMA, now emit FP16 ISA on x86 targets supporting AVX512-FP16 feature and AArch64 SVE targets.
Best Regards,
Jatin
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/panama-vector.git pull/231/head:pull/231$ git checkout pull/231Update a local copy of the PR:
$ git checkout pull/231$ git pull https://git.openjdk.org/panama-vector.git pull/231/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 231View PR using the GUI difftool:
$ git pr show -t 231Using diff file
Download this PR as a diff file:
https://git.openjdk.org/panama-vector/pull/231.diff
Using Webrev
Link to Webrev Comment