Skip to content

Commit d729283

Browse files
Add RVV variant tests to CI. (#942)
1 parent df51005 commit d729283

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/actions/do_build_ock_artefact/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ runs:
6868
# Do we need the offline kernel as an artefact? If so currently this requires an external clc or qemu to be installed.
6969
offline_kernel_tests: OFF
7070
host_fp16: ON
71+
# debug_support: ON needed for riscv64 rvv variant testing
72+
debug_support: ${{ steps.calc_vars.outputs.arch == 'riscv64' && 'ON' || 'OFF' }}
7173

7274
- name: download previous ock if needed ${{ inputs.target }} ${{ matrix.download_dpcpp_artefact}}
7375
shell: bash

.github/actions/run_opencl_cts/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ runs:
7676
-e CL_PLATFORM_INDEX=0 \
7777
-s $CTS_CSV_FILE_PATH \
7878
-i $GITHUB_WORKSPACE/source/cl/scripts/$CTS_FILTER \
79-
-o override_combined.csv
79+
-o override_combined.csv \
80+
-e CA_HOST_TARGET_FEATURES=+v

0 commit comments

Comments
 (0)