Integrated: 8370922: Template Framework Library: Float16 type and operations

Emanuel Peter epeter at openjdk.org
Tue Dec 16 13:35:50 UTC 2025


On Fri, 31 Oct 2025 22:23:28 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

> We should test `Float16` with Template Framework Tests. For this, I'm now implementing:
> 
> - Template Framework Library: add `Float16Type` that represents `Float16`. Extend `Operations.java` with `Float16` operations.
> - `Verify.java`: add verification for `Float16`, and corresponding tests in `TestVerifyIncubatorVector.java`. We could have done this separately, but it is not much code and completes the pipeline from code generation through execution and finally result verification in the following two tests.
> - Adding `Float16` to `ExpressionFuzzer.java` and `TestExpressions.java`.

This pull request has now been integrated.

Changeset: 89e77512
Author:    Emanuel Peter <epeter at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/89e77512fd44b6a0299ab36db15142e7544899f3
Stats:     380 lines in 9 files changed: 352 ins; 4 del; 24 mod

8370922: Template Framework Library: Float16 type and operations

Reviewed-by: galder, thartmann, bmaillard

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

PR: https://git.openjdk.org/jdk/pull/28095


More information about the hotspot-compiler-dev mailing list