diff options
author | Marek Pikuła <m.pikula@partner.samsung.com> | 2024-09-26 19:41:35 +0200 |
---|---|---|
committer | Marek Pikuła <m.pikula@partner.samsung.com> | 2024-09-26 23:33:52 +0200 |
commit | a3d297fa46ff231888e810303dc369a634a7923a (patch) | |
tree | 01bf87dc0d8535971fe73c0498c1971b67c3a124 | |
parent | 9176847f1d75c9379a6f67b6cde6dc44f408e39d (diff) |
ci: riscv64: Verify if tests run on target without RVV
To ensure that the runtime discovery works correctly, and RVV code is
disabled for target without RVV extension.
Signed-off-by: Marek Pikuła <m.pikula@partner.samsung.com>
-rw-r--r-- | .gitlab-ci.d/03-test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.d/03-test.yml b/.gitlab-ci.d/03-test.yml index 90003c5..683c200 100644 --- a/.gitlab-ci.d/03-test.yml +++ b/.gitlab-ci.d/03-test.yml @@ -149,6 +149,8 @@ include: inputs: target: linux-riscv64 qemu_cpu: + # Test on target without RVV (verify no autovectorization). + - rv64,v=false # Test correctness for different VLENs. - rv64,v=true,vext_spec=v1.0,vlen=128,elen=64 - rv64,v=true,vext_spec=v1.0,vlen=256,elen=64 |