RFR: 8295970: Add jdk_vector tests in GHA
Jie Fu
jiefu at openjdk.org
Fri Oct 28 07:25:27 UTC 2022
On Thu, 27 Oct 2022 17:01:12 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> I think we can meet all requests by adding `jdk_vector_sanity` subset of vector tests similar to existing `jdk_svc_sanity`. The motivation for that is to catch obvious bugs in vector code generation on 32-bit platforms and aarch64 very early. We, in Oracle, help to test 64 bits but it is not enough I think. Vector API is stable enough already and I think we can have some sanity checks for it in tier1. The only issue is to find subset of tests.
Good suggestion!
And the `jdk_vector_sanity` test group had been added.
The subset is selected as in the following picture (red in the picture).
The XMaxVector tests are selected because they will be 512 vectors on x86/AVX512 and 256 vectors on x86/AVX2.
And for most cases, people would like to use the max length vectors.
Thanks.
<img width="310" alt="image" src="https://user-images.githubusercontent.com/19923746/198526855-f1adb163-f6cf-4f38-b76b-c35c06337174.png">
-------------
PR: https://git.openjdk.org/jdk/pull/10879
More information about the build-dev
mailing list