Integrated: 8333890: Fatal error in auto-vectorizer with float16 kernel.
Jatin Bhateja
jbhateja at openjdk.org
Mon Jul 8 06:45:40 UTC 2024
On Sat, 6 Jul 2024 18:34:54 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
> Hi,
>
> This bug fix patch fixes an assertion failure seen while auto-vectorizing conversion chain involving float16 type.
> Constraining the container type for ConvF2HF IR to short type upfront , as relying on backpropagating narrow
> type from memory operation may not be sufficient if IR is succeeded by ConvHF2F as depicted by the include test case.
>
> Best Regards,
> Jatin
This pull request has now been integrated.
Changeset: 55fd1ed2
Author: Jatin Bhateja <jbhateja at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/55fd1ed228ea3c42aaf92579e5dcb818fe14351d
Stats: 71 lines in 2 files changed: 71 ins; 0 del; 0 mod
8333890: Fatal error in auto-vectorizer with float16 kernel.
Reviewed-by: kvn
-------------
PR: https://git.openjdk.org/jdk/pull/20062
More information about the hotspot-compiler-dev
mailing list