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
@@ -126,7 +126,7 @@ jobs:
126126 tests_selector : e2e
127127 extra_lit_opts : " --param 'cxx_flags=-D_GLIBCXX_USE_CXX11_ABI=0' ${{ matrix.extra_lit_opts }}"
128128 reset_intel_gpu : ${{ matrix.reset_intel_gpu }}
129- ref : ${{ github.sha }}
129+ repo_ref : ${{ github.sha }}
130130 sycl_toolchain_artifact : sycl_linux_default
131131 sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
132132 sycl_toolchain_decompress_command : ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
@@ -142,7 +142,7 @@ jobs:
142142 reset_intel_gpu : true
143143 extra_lit_opts : -j 50
144144 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 }}
145+ repo_ref : ${{ github.sha }}
146146 sycl_toolchain_artifact : sycl_linux_oneapi
147147 sycl_toolchain_archive : ${{ needs.ubuntu2404_oneapi_build.outputs.artifact_archive_name }}
148148 sycl_toolchain_decompress_command : ${{ needs.ubuntu2404_oneapi_build.outputs.artifact_decompress_command }}
@@ -187,7 +187,7 @@ jobs:
187187 image : ghcr.io/intel/llvm/ubuntu2204_build:latest
188188 image_options : -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
189189 target_devices : cuda:gpu
190- ref : ${{ github.sha }}
190+ repo_ref : ${{ github.sha }}
191191
192192 sycl_toolchain_artifact : sycl_linux_default
193193 sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
@@ -211,7 +211,7 @@ jobs:
211211 cts_testing_mode : ' build-only'
212212 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
213213 tests_selector : cts
214- ref : ${{ github.sha }}
214+ repo_ref : ${{ github.sha }}
215215 sycl_toolchain_artifact : sycl_linux_default
216216 sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
217217 sycl_toolchain_decompress_command : ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
@@ -240,14 +240,14 @@ jobs:
240240 image_options : ${{ matrix.image_options }}
241241 target_devices : ${{ matrix.target_devices }}
242242 tests_selector : cts
243- ref : ${{ github.sha }}
243+ repo_ref : ${{ github.sha }}
244244 sycl_toolchain_artifact : sycl_linux_default
245245 sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
246246 sycl_toolchain_decompress_command : ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
247247 sycl_cts_artifact : sycl_cts_bin
248248
249249 aggregate_benchmark_results :
250- if : always() && !cancelled()
250+ if : github.repository == 'intel/llvm' && !cancelled()
251251 name : Aggregate benchmark results and produce historical averages
252252 uses : ./.github/workflows/sycl-benchmark-aggregate.yml
253253 secrets :
@@ -262,13 +262,8 @@ jobs:
262262 fail-fast : false
263263 matrix :
264264 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
270265 - name : Run compute-benchmarks on L0 PVC
271- runner : ' ["Linux", "pvc "]'
266+ runner : ' ["PVC_PERF "]'
272267 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
273268 target_devices : level_zero:gpu
274269 reset_intel_gpu : true
@@ -281,7 +276,7 @@ jobs:
281276 target_devices : ${{ matrix.target_devices }}
282277 tests_selector : compute-benchmarks
283278 reset_intel_gpu : ${{ matrix.reset_intel_gpu }}
284- ref : ${{ github.sha }}
279+ repo_ref : ${{ github.sha }}
285280 sycl_toolchain_artifact : sycl_linux_default
286281 sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
287282 sycl_toolchain_decompress_command : ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
0 commit comments