RFR: 8370922: Template Framework Library: Float16 type and operations [v3]
Emanuel Peter
epeter at openjdk.org
Mon Dec 15 07:04:37 UTC 2025
> 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`.
Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
rename test for Galder
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/28095/files
- new: https://git.openjdk.org/jdk/pull/28095/files/c7da6b4d..78bd0cc0
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=28095&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=28095&range=01-02
Stats: 5 lines in 2 files changed: 0 ins; 2 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/28095.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/28095/head:pull/28095
PR: https://git.openjdk.org/jdk/pull/28095
More information about the hotspot-compiler-dev
mailing list