RFR: 8336827: compiler/vectorization/TestFloat16VectorConvChain.java timeouts on ppc64 platforms after JDK-8335860

Matthias Baesken mbaesken at openjdk.org
Mon Jul 22 12:36:32 UTC 2024


On Mon, 22 Jul 2024 06:48:14 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> After [JDK-8335860](https://bugs.openjdk.org/browse/JDK-8335860), we see a lot of timeouts in test compiler/vectorization/TestFloat16VectorConvChain.java
> on the ppc64 based platforms.
> The timeouts show up especially with the (fast)debug binaries.

Thanks for the reviews.
But it looks like the test is very, very slow on ppc64  machines.
Does it make sense to have such a slow test on ppc64  ?  Looks like the test is related to special CPU features (avx512vl, f16c
).
In other tests I find the following

TestAllFloat16ToFloat.java
* @requires (vm.cpu.features ~= ".*avx512vl.*" | vm.cpu.features ~= ".*f16c.*") | os.arch == "aarch64"



should we do this here too ?

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

PR Comment: https://git.openjdk.org/jdk/pull/20276#issuecomment-2242847765


More information about the hotspot-compiler-dev mailing list