File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 8
8
description : ' "ock" or "native_cpu"'
9
9
default : ' ock'
10
10
download_sycl_cts_artefact :
11
- description : ' download ock artefact rather than building, of form <target>=id;<target2=id2>.'
11
+ description : ' download sycl_cts artefact rather than building, of form <target>=id;<target2=id2>.'
12
12
default : ' '
13
13
14
14
runs :
Original file line number Diff line number Diff line change @@ -61,13 +61,10 @@ runs:
61
61
SYCL_CTS_FILTER : ' '
62
62
run : |
63
63
echo running sycl cts
64
- export RUN_OPTS=""
65
64
export LD_LIBRARY_PATH=$GITHUB_WORKSPACE/install_dpcpp/lib
66
65
if [[ "${{inputs.sycl_device}}" = "ock" ]] ; then
67
66
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/install_ock/lib
68
- export RUN_OPTS="-e OCL_ICD_FILENAMES=$GITHUB_WORKSPACE/install_ock/lib/libCL.so"
69
67
export ONEAPI_DEVICE_SELECTOR=opencl:0
70
- # ... and needed for create_sycl_cts_test_lists.sh call below ...
71
68
export OCL_ICD_FILENAMES=$GITHUB_WORKSPACE/install_ock/lib/libCL.so
72
69
else # native_cpu
73
70
export ONEAPI_DEVICE_SELECTOR=native_cpu:cpu
78
75
python3 scripts/testing/create_override_csv.py -d .github/sycl_cts/ \
79
76
-k ${{inputs.sycl_device}} ${{inputs.sycl_device}}_${{ inputs.target }} \
80
77
-o override_combined.csv -vv
81
-
78
+
82
79
exitcode=0
83
80
set -x
84
81
python3 $GITHUB_WORKSPACE/scripts/testing/run_cities.py \
88
85
-p sycl_cts \
89
86
-b SYCL-CTS/bin \
90
87
-L SYCL-CTS/lib \
91
- $RUN_OPTS \
92
88
-s $CTS_CSV_FILE \
93
89
-l SYCL-CTS/cts.log -f SYCL-CTS/cts.fail \
94
90
-r SYCL-CTS/cts.xml \
Original file line number Diff line number Diff line change 40
40
41
41
# The following can be used to download from a previous workflow run (change id)
42
42
# download_ock_artefact: host_x86_64_linux=12915462445;host_aarch64_linux=12915462445
43
+ download_ock_artefact : host_x86_64_linux=14080727549
43
44
# download_dpcpp_artefact: host_x86_64_linux=12915462445;host_aarch64_linux=12915462445
44
- # download_dpcpp_artefact: host_x86_64_linux=14058229649
45
+ download_dpcpp_artefact : host_x86_64_linux=14080727549
45
46
# download_sycl_cts_artefact: host_x86_64_linux=12915462445;host_aarch64_linux=12915462445
46
- download_sycl_cts_artefact : host_x86_64_linux=14058229649
47
+ download_sycl_cts_artefact : host_x86_64_linux=14080727549
47
48
pull_request : ${{ github.event_name == 'pull_request' }}
You can’t perform that action at this time.
0 commit comments