We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df51005 commit d729283Copy full SHA for d729283
.github/actions/do_build_ock_artefact/action.yml
@@ -68,6 +68,8 @@ runs:
68
# Do we need the offline kernel as an artefact? If so currently this requires an external clc or qemu to be installed.
69
offline_kernel_tests: OFF
70
host_fp16: ON
71
+ # debug_support: ON needed for riscv64 rvv variant testing
72
+ debug_support: ${{ steps.calc_vars.outputs.arch == 'riscv64' && 'ON' || 'OFF' }}
73
74
- name: download previous ock if needed ${{ inputs.target }} ${{ matrix.download_dpcpp_artefact}}
75
shell: bash
.github/actions/run_opencl_cts/action.yml
@@ -76,4 +76,5 @@ runs:
76
-e CL_PLATFORM_INDEX=0 \
77
-s $CTS_CSV_FILE_PATH \
78
-i $GITHUB_WORKSPACE/source/cl/scripts/$CTS_FILTER \
79
- -o override_combined.csv
+ -o override_combined.csv \
80
+ -e CA_HOST_TARGET_FEATURES=+v
0 commit comments