Skip to content

Commit 0a68448

Browse files
authored
Merge pull request uxlfoundation#984 from hvdijk/improve-rvv-testing
Avoid +v warnings running OpenCL CTS.
2 parents 7d70eee + 3819adf commit 0a68448

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/actions/run_opencl_cts/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ inputs:
1515
split_index:
1616
description: "optional split index so this run can be done with different splits, current only 0 or 1"
1717
default: ''
18+
cityrunner_args:
19+
description: "optional extra arguments to pass to cityrunner"
20+
default: ''
1821

1922
runs:
2023
using: "composite"
@@ -77,4 +80,4 @@ runs:
7780
-s $CTS_CSV_FILE_PATH \
7881
-i $GITHUB_WORKSPACE/source/cl/scripts/$CTS_FILTER \
7982
-o override_combined.csv \
80-
-e CA_HOST_TARGET_FEATURES=+v
83+
${{ inputs.cityrunner_args }}

.github/workflows/run_ock_external_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ jobs:
402402
target: host_riscv64_linux
403403
llvm_version: ${{ inputs.llvm_version }}
404404
split_index: ${{ matrix.split_index }}
405+
cityrunner_args: "-e CA_HOST_TARGET_FEATURES=+v"
405406

406407
build_dpcpp_native_x86_64:
407408
needs: [workflow_vars]

0 commit comments

Comments
 (0)