RFR: 8352635: Improve inferencing of Float16 operations with constant inputs [v14]
Emanuel Peter
epeter at openjdk.org
Thu Jun 26 11:43:32 UTC 2025
On Wed, 25 Jun 2025 04:44:11 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> This is a follow-up PR#22755 to improve Float16 operations inferencing.
>>
>> The existing scheme to detect Float16 operations for some operations is based on pattern matching which expects to receive inputs through ConvHF2F IR, this patch extends matching to accept constant floating point inputs within the Float16 value range.
>>
>> Best Regards,
>> Jatin
>
> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
>
> Review resolutions
All tests are passing, very nice.
Thanks @jatin-bhateja for all the work you put into this 😊
-------------
Marked as reviewed by epeter (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24179#pullrequestreview-2961783314
More information about the hotspot-compiler-dev
mailing list