[vectorIntrinsics+fp16] Integrated: 8302454: Improve VectorAPI fallback implementation for FP16 operations.

Swati Sharma duke at openjdk.org
Fri Mar 10 11:04:31 UTC 2023


On Thu, 16 Feb 2023 05:03:53 GMT, Swati Sharma <duke at openjdk.org> wrote:

> Hi All,
> 
> The patch contains the below changes:
> - Remove redundant Halffloat object creation and rebase existing implementation using Float.float16ToFloat and floatToFloat16 APIs.
> - Enable all the vector API tests for FP16 operations.
> 
> Please review and provide your feedback.
> 
> Thanks,
> Swati

This pull request has now been integrated.

Changeset: 8f2a18d7
Author:    Swati Sharma <swati.sharma at intel.com>
Committer: Jatin Bhateja <jbhateja at openjdk.org>
URL:       https://git.openjdk.org/panama-vector/commit/8f2a18d7adcf22b0ceefd4e82753f2fee1808e19
Stats:     9188 lines in 94 files changed: 7991 ins; 123 del; 1074 mod

8302454: Improve VectorAPI fallback implementation for FP16 operations.

Co-authored-by: Jatin Bhateja <jbhateja at openjdk.org>
Reviewed-by: jbhateja

-------------

PR: https://git.openjdk.org/panama-vector/pull/211


More information about the panama-dev mailing list