Skip to content

Commit 5d2802f

Browse files
committed
Merge branch 'sycl' into victor/cuda-compat-fun-ptr
2 parents 69b87cb + 456b9b4 commit 5d2802f

File tree

502 files changed

+13185
-5352
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

502 files changed

+13185
-5352
lines changed

.github/workflows/coverity.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
python3 $GITHUB_WORKSPACE/src/buildbot/configure.py -w $GITHUB_WORKSPACE \
4747
-s $GITHUB_WORKSPACE/src -o $GITHUB_WORKSPACE/build -t Release \
4848
--ci-defaults --hip --cuda \
49-
--cmake-opt="-DNATIVECPU_USE_OCK=Off" \
50-
--cmake-opt="-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=SPIRV"
49+
-DNATIVECPU_USE_OCK=Off \
50+
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=SPIRV
5151
5252
- name: Build with coverity
53-
run: $GITHUB_WORKSPACE/cov-analysis-linux64-*/bin/cov-build --dir cov-int cmake --build $GITHUB_WORKSPACE/build
53+
run: $GITHUB_WORKSPACE/cov-analysis-linux64-*/bin/cov-build --dir cov-int cmake --build $GITHUB_WORKSPACE/build --target sycl-toolchain
5454

5555
- name: Compress results
5656
run: tar -I pigz -cf intel_llvm.tgz cov-int

.github/workflows/email-check.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: "Check for private emails used in PRs"
22

33
on:
44
pull_request:
5-
types:
6-
- opened
5+
branches:
6+
- sycl
7+
- sycl-rel-**
78

89
permissions:
910
contents: read

.github/workflows/sycl-detect-changes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- 'sycl/test-e2e/(ESIMD|InvokeSimd)/**'
7575
ur:
7676
- 'unified-runtime/**'
77+
- .github/workflows/ur-*
7778
7879
- name: Set output
7980
id: result

.github/workflows/sycl-linux-build.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,15 @@ jobs:
163163
python3 $GITHUB_WORKSPACE/src/buildbot/configure.py -w $GITHUB_WORKSPACE \
164164
-s $GITHUB_WORKSPACE/src -o $GITHUB_WORKSPACE/build -t Release \
165165
--ci-defaults ${{ inputs.build_configure_extra_args }} \
166-
--cmake-opt=-DCMAKE_C_COMPILER_LAUNCHER=ccache \
167-
--cmake-opt=-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
168-
--cmake-opt="-DLLVM_INSTALL_UTILS=ON" \
169-
--cmake-opt="-DNATIVECPU_USE_OCK=Off" \
170-
--cmake-opt="-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=SPIRV"
166+
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
167+
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
168+
-DLLVM_INSTALL_UTILS=ON \
169+
-DNATIVECPU_USE_OCK=Off \
170+
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=SPIRV \
171+
--level_zero_v1_and_v2
171172
- name: Compile
172173
id: build
173-
run: cmake --build $GITHUB_WORKSPACE/build
174+
run: cmake --build $GITHUB_WORKSPACE/build --target sycl-toolchain
174175
- name: check-llvm
175176
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
176177
run: |

.github/workflows/sycl-linux-precommit-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
target_devices: cuda:gpu
7272
# No idea why but that seems to work and be in sync with the main
7373
# pre-commit workflow.
74-
ref: ${{ github.event.workflow_run.referenced_workflows[0].sha }}
74+
repo_ref: ${{ github.event.workflow_run.referenced_workflows[0].sha }}
7575

7676
sycl_toolchain_artifact: sycl_linux_default
7777
sycl_toolchain_archive: llvm_sycl.tar.zst

.github/workflows/sycl-linux-precommit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,11 @@ jobs:
7373
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
7474
target_devices: hip:gpu
7575
reset_intel_gpu: false
76+
extra_lit_opts: -j 1
7677
- name: Intel Arc A-Series Graphics
7778
runner: '["Linux", "arc"]'
7879
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
79-
target_devices: level_zero:gpu;opencl:gpu
80+
target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu
8081
reset_intel_gpu: true
8182
extra_lit_opts: --param matrix-xmx8=True
8283
- name: E2E tests with dev igc on Intel Arc A-Series Graphics
@@ -105,13 +106,12 @@ jobs:
105106
runner: '["Linux", "bmg"]'
106107
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
107108
target_devices: level_zero:gpu
108-
# The new Xe kernel driver used by BMG doesn't support resetting.
109-
reset_intel_gpu: false
109+
reset_intel_gpu: true
110110
- name: SPIR-V Backend / Intel Battlemage Graphics
111111
runner: '["Linux", "bmg"]'
112112
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
113113
target_devices: level_zero:gpu;opencl:gpu;opencl:cpu
114-
reset_intel_gpu: false
114+
reset_intel_gpu: true
115115
extra_lit_opts: --param spirv-backend=True
116116
e2e_binaries_artifact: sycl_e2e_bin_default_spirv_backend
117117
uses: ./.github/workflows/sycl-linux-run-tests.yml
@@ -123,7 +123,7 @@ jobs:
123123
target_devices: ${{ matrix.target_devices }}
124124
extra_lit_opts: ${{ matrix.extra_lit_opts }}
125125
reset_intel_gpu: ${{ matrix.reset_intel_gpu }}
126-
ref: ${{ github.sha }}
126+
repo_ref: ${{ github.sha }}
127127
sycl_toolchain_artifact: sycl_linux_default
128128
sycl_toolchain_archive: ${{ needs.build.outputs.artifact_archive_name }}
129129
sycl_toolchain_decompress_command: ${{ needs.build.outputs.artifact_decompress_command }}
@@ -180,7 +180,7 @@ jobs:
180180
env: '{"LIT_FILTER":"PerformanceTests/"}'
181181
extra_lit_opts: -a -j 1 --param enable-perf-tests=True
182182

183-
ref: ${{ github.sha }}
183+
repo_ref: ${{ github.sha }}
184184

185185
sycl_toolchain_artifact: sycl_linux_default
186186
sycl_toolchain_archive: ${{ needs.build.outputs.artifact_archive_name }}

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ on:
3535
type: string
3636
default: ''
3737

38-
ref:
38+
repo_ref:
3939
type: string
4040
required: True
4141
description: |
@@ -126,6 +126,7 @@ on:
126126
- '["cts-cpu"]'
127127
- '["Linux", "build"]'
128128
- '["cuda"]'
129+
- '["PVC_PERF"]'
129130
image:
130131
type: choice
131132
options:
@@ -170,17 +171,14 @@ on:
170171
Extra options to be added to LIT_OPTS.
171172
default: ''
172173

173-
install_igc_driver:
174+
reset_intel_gpu:
175+
description: |
176+
Reset Intel GPUs
174177
type: choice
175178
options:
176179
- false
177180
- true
178181

179-
install_dev_igc_driver:
180-
type: choice
181-
options:
182-
- false
183-
- true
184182
e2e_testing_mode:
185183
type: choice
186184
options:
@@ -203,18 +201,25 @@ jobs:
203201
steps:
204202
- name: Reset Intel GPU
205203
if: inputs.reset_intel_gpu == 'true'
204+
shell: bash
206205
run: |
207-
sudo mount -t debugfs none /sys/kernel/debug
208-
base_dir="/sys/kernel/debug/dri"
206+
if [[ '${{ inputs.runner }}' == '["Linux", "bmg"]' ]]; then
207+
sudo bash -c 'echo 0000:05:00.0 > /sys/bus/pci/drivers/xe/unbind'
208+
sudo bash -c 'echo 1 > /sys/bus/pci/devices/0000:05:00.0/reset'
209+
sudo bash -c 'echo 0000:05:00.0 > /sys/bus/pci/drivers/xe/bind'
210+
else
211+
sudo mount -t debugfs none /sys/kernel/debug
212+
base_dir="/sys/kernel/debug/dri"
209213
210-
for dir in "$base_dir"/*; do
211-
if [ -f "$dir/i915_wedged" ]; then
212-
sudo bash -c 'echo 1 > $0/i915_wedged' $dir
213-
fi
214-
done
214+
for dir in "$base_dir"/*; do
215+
if [ -f "$dir/i915_wedged" ]; then
216+
sudo bash -c 'echo 1 > $0/i915_wedged' $dir
217+
fi
218+
done
219+
fi
215220
- uses: actions/checkout@v4
216221
with:
217-
ref: ${{ inputs.devops_ref || inputs.ref }}
222+
ref: ${{ inputs.devops_ref || inputs.repo_ref }}
218223
sparse-checkout: |
219224
devops
220225
- name: Register cleanup after job is finished
@@ -304,7 +309,7 @@ jobs:
304309
if: inputs.tests_selector == 'e2e'
305310
uses: ./devops/actions/run-tests/e2e
306311
with:
307-
ref: ${{ inputs.tests_ref || inputs.ref || github.sha }}
312+
ref: ${{ inputs.tests_ref || inputs.repo_ref || github.sha }}
308313
binaries_artifact: ${{ inputs.e2e_binaries_artifact }}
309314
testing_mode: ${{ inputs.e2e_testing_mode }}
310315
extra_cmake_args: ${{ inputs.extra_cmake_args }}
@@ -317,6 +322,7 @@ jobs:
317322
uses: ./devops/actions/run-tests/cts
318323
with:
319324
ref: ${{ inputs.tests_ref || 'main' }}
325+
cts_exclude_ref: ${{ inputs.repo_ref }}
320326
extra_cmake_args: ${{ inputs.extra_cmake_args }}
321327
cts_testing_mode: ${{ inputs.cts_testing_mode }}
322328
sycl_cts_artifact: ${{ inputs.sycl_cts_artifact }}

.github/workflows/sycl-macos-build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
python3 $GITHUB_WORKSPACE/src/buildbot/configure.py -w $GITHUB_WORKSPACE \
5151
-s $GITHUB_WORKSPACE/src -o $GITHUB_WORKSPACE/build -t Release \
5252
--ci-defaults $ARGS \
53-
--cmake-opt=-DCMAKE_C_COMPILER_LAUNCHER=ccache \
54-
--cmake-opt=-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
55-
--cmake-opt="-DLLVM_INSTALL_UTILS=ON"
53+
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
54+
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
55+
-DLLVM_INSTALL_UTILS=ON
5656
- name: Compile
5757
run: cmake --build $GITHUB_WORKSPACE/build --target deploy-sycl-toolchain

.github/workflows/sycl-nightly.yml

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
build_cache_root: "/__w/"
4444
build_cache_suffix: oneapi
4545
build_artifact_suffix: oneapi
46-
build_configure_extra_args: --cmake-opt=-DCMAKE_C_FLAGS="-no-intel-lib -ffp-model=precise" --cmake-opt=-DCMAKE_CXX_FLAGS="-no-intel-lib -ffp-model=precise"
46+
build_configure_extra_args: -DCMAKE_C_FLAGS="-no-intel-lib -ffp-model=precise" -DCMAKE_CXX_FLAGS="-no-intel-lib -ffp-model=precise"
4747
cc: icx
4848
cxx: icpx
4949

@@ -82,6 +82,7 @@ jobs:
8282
runner: '["Linux", "bmg"]'
8383
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
8484
target_devices: level_zero:gpu
85+
reset_intel_gpu: true
8586

8687
- name: Intel L0 Arc A-Series GPU
8788
runner: '["Linux", "arc"]'
@@ -126,7 +127,7 @@ jobs:
126127
tests_selector: e2e
127128
extra_lit_opts: "--param 'cxx_flags=-D_GLIBCXX_USE_CXX11_ABI=0' ${{ matrix.extra_lit_opts }}"
128129
reset_intel_gpu: ${{ matrix.reset_intel_gpu }}
129-
ref: ${{ github.sha }}
130+
repo_ref: ${{ github.sha }}
130131
sycl_toolchain_artifact: sycl_linux_default
131132
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
132133
sycl_toolchain_decompress_command: ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
@@ -142,7 +143,7 @@ jobs:
142143
reset_intel_gpu: true
143144
extra_lit_opts: -j 50
144145
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
145-
ref: ${{ github.sha }}
146+
repo_ref: ${{ github.sha }}
146147
sycl_toolchain_artifact: sycl_linux_oneapi
147148
sycl_toolchain_archive: ${{ needs.ubuntu2404_oneapi_build.outputs.artifact_archive_name }}
148149
sycl_toolchain_decompress_command: ${{ needs.ubuntu2404_oneapi_build.outputs.artifact_decompress_command }}
@@ -187,7 +188,7 @@ jobs:
187188
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
188189
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
189190
target_devices: cuda:gpu
190-
ref: ${{ github.sha }}
191+
repo_ref: ${{ github.sha }}
191192

192193
sycl_toolchain_artifact: sycl_linux_default
193194
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
@@ -211,7 +212,7 @@ jobs:
211212
cts_testing_mode: 'build-only'
212213
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
213214
tests_selector: cts
214-
ref: ${{ github.sha }}
215+
repo_ref: ${{ github.sha }}
215216
sycl_toolchain_artifact: sycl_linux_default
216217
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
217218
sycl_toolchain_decompress_command: ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
@@ -240,14 +241,14 @@ jobs:
240241
image_options: ${{ matrix.image_options }}
241242
target_devices: ${{ matrix.target_devices }}
242243
tests_selector: cts
243-
ref: ${{ github.sha }}
244+
repo_ref: ${{ github.sha }}
244245
sycl_toolchain_artifact: sycl_linux_default
245246
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
246247
sycl_toolchain_decompress_command: ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
247248
sycl_cts_artifact: sycl_cts_bin
248249

249250
aggregate_benchmark_results:
250-
if: always() && !cancelled()
251+
if: github.repository == 'intel/llvm' && !cancelled()
251252
name: Aggregate benchmark results and produce historical averages
252253
uses: ./.github/workflows/sycl-benchmark-aggregate.yml
253254
secrets:
@@ -262,13 +263,8 @@ jobs:
262263
fail-fast: false
263264
matrix:
264265
include:
265-
- name: Run compute-benchmarks on L0 Gen12
266-
runner: '["Linux", "gen12"]'
267-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
268-
target_devices: level_zero:gpu
269-
reset_intel_gpu: true
270266
- name: Run compute-benchmarks on L0 PVC
271-
runner: '["Linux", "pvc"]'
267+
runner: '["PVC_PERF"]'
272268
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
273269
target_devices: level_zero:gpu
274270
reset_intel_gpu: true
@@ -281,7 +277,7 @@ jobs:
281277
target_devices: ${{ matrix.target_devices }}
282278
tests_selector: compute-benchmarks
283279
reset_intel_gpu: ${{ matrix.reset_intel_gpu }}
284-
ref: ${{ github.sha }}
280+
repo_ref: ${{ github.sha }}
285281
sycl_toolchain_artifact: sycl_linux_default
286282
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
287283
sycl_toolchain_decompress_command: ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}

.github/workflows/sycl-post-commit.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ on:
1818
- .github/workflows/sycl-macos-build-and-test.yml
1919
- ./devops/actions/cleanup
2020
- ./devops/actions/cached_checkout
21+
- ./devops/dependencies.json
22+
- ./devops/dependencies-igc-dev.json
2123

2224
concurrency:
2325
# Cancel a currently running workflow from the same PR or commit hash.
@@ -35,7 +37,7 @@ jobs:
3537
build_cache_root: "/__w/llvm"
3638
build_cache_suffix: default
3739
build_artifact_suffix: default
38-
build_configure_extra_args: --no-assertions --hip --cuda --native_cpu --cmake-opt="-DSYCL_ENABLE_STACK_PRINTING=ON" --cmake-opt="-DSYCL_LIB_WITH_DEBUG_SYMBOL=ON"
40+
build_configure_extra_args: --no-assertions --hip --cuda --native_cpu -DSYCL_ENABLE_STACK_PRINTING=ON -DSYCL_LIB_WITH_DEBUG_SYMBOL=ON
3941

4042
e2e-lin:
4143
needs: [build-lin]
@@ -86,7 +88,7 @@ jobs:
8688
extra_lit_opts: ${{ matrix.extra_lit_opts }}
8789
env: ${{ matrix.env || '{}' }}
8890

89-
ref: ${{ github.sha }}
91+
repo_ref: ${{ github.sha }}
9092

9193
sycl_toolchain_artifact: sycl_linux_default
9294
sycl_toolchain_archive: ${{ needs.build-lin.outputs.artifact_archive_name }}
@@ -100,7 +102,7 @@ jobs:
100102
uses: ./.github/workflows/sycl-windows-build.yml
101103
with:
102104
compiler: icx
103-
build_configure_extra_args: --cmake-opt=-DCMAKE_C_FLAGS="/fp:precise /clang:-Wno-nonportable-include-path /clang:-Wno-cast-function-type-mismatch" --cmake-opt=-DCMAKE_CXX_FLAGS="/fp:precise /clang:-Wno-nonportable-include-path /clang:-Wno-cast-function-type-mismatch" --cmake-opt="-DCMAKE_EXE_LINKER_FLAGS=/manifest:no" --cmake-opt="-DCMAKE_MODULE_LINKER_FLAGS=/manifest:no" --cmake-opt="-DCMAKE_SHARED_LINKER_FLAGS=/manifest:no"
105+
build_configure_extra_args: -DCMAKE_C_FLAGS="/fp:precise /clang:-Wno-nonportable-include-path /clang:-Wno-cast-function-type-mismatch" -DCMAKE_CXX_FLAGS="/fp:precise /clang:-Wno-nonportable-include-path /clang:-Wno-cast-function-type-mismatch" -DCMAKE_EXE_LINKER_FLAGS=/manifest:no -DCMAKE_MODULE_LINKER_FLAGS=/manifest:no -DCMAKE_SHARED_LINKER_FLAGS=/manifest:no
104106
build_cache_suffix: icx
105107

106108
e2e-win:

.github/workflows/sycl-rel-nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
tests_selector: ${{ matrix.tests_selector }}
9090
extra_lit_opts: ${{ matrix.extra_lit_opts }}
9191
reset_intel_gpu: ${{ matrix.reset_intel_gpu }}
92-
ref: sycl-rel-6_0_0
92+
repo_ref: sycl-rel-6_0_0
9393
devops_ref: sycl
9494
sycl_toolchain_artifact: sycl_linux_default
9595
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
@@ -141,7 +141,7 @@ jobs:
141141
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
142142
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
143143
target_devices: cuda:gpu
144-
ref: sycl-rel-6_0_0
144+
repo_ref: sycl-rel-6_0_0
145145
devops_ref: sycl
146146

147147
sycl_toolchain_artifact: sycl_linux_default
@@ -167,7 +167,7 @@ jobs:
167167
cts_testing_mode: 'build-only'
168168
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
169169
tests_selector: cts
170-
ref: sycl-rel-6_0_0
170+
repo_ref: sycl-rel-6_0_0
171171
devops_ref: sycl
172172
sycl_toolchain_artifact: sycl_linux_default
173173
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
@@ -197,7 +197,7 @@ jobs:
197197
image_options: ${{ matrix.image_options }}
198198
target_devices: ${{ matrix.target_devices }}
199199
tests_selector: cts
200-
ref: ${{ github.sha }}
200+
repo_ref: ${{ github.sha }}
201201
devops_ref: sycl
202202
sycl_toolchain_artifact: sycl_linux_default
203203
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}

.github/workflows/sycl-weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cts_testing_mode: 'build-only'
3131
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
3232
tests_selector: cts
33-
ref: ${{ github.sha }}
33+
repo_ref: ${{ github.sha }}
3434
sycl_toolchain_artifact: sycl_linux_default
3535
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
3636
sycl_toolchain_decompress_command: ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
@@ -60,7 +60,7 @@ jobs:
6060
image_options: ${{ matrix.image_options }}
6161
target_devices: ${{ matrix.target_devices }}
6262
tests_selector: cts
63-
ref: ${{ github.sha }}
63+
repo_ref: ${{ github.sha }}
6464
sycl_toolchain_artifact: sycl_linux_default
6565
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
6666
sycl_toolchain_decompress_command: ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}

0 commit comments

Comments
 (0)