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 bfbc7b6 commit 3913619Copy full SHA for 3913619
.github/workflows/sycl-ur-perf-benchmarking.yml
@@ -98,6 +98,7 @@ jobs:
98
build_cache_root: "/__w/"
99
build_artifact_suffix: "default"
100
build_cache_suffix: "default"
101
+ build_configure_extra_args: "--no-assertions"
102
build_image: "ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest"
103
cc: clang
104
cxx: clang++
@@ -155,4 +156,7 @@ jobs:
155
156
benchmark_save_name: Baseline
157
benchmark_upload_results: ${{ inputs.upload_results }}
158
benchmark_preset: ${{ inputs.preset }}
- repo_ref: ${{ github.ref }} # TODO figure out nightly commit hash
159
+ repo_ref: ${{ github.ref }}
160
+ sycl_toolchain_artifact: sycl_linux_sprod_shared
161
+ sycl_toolchain_archive: sycl_linux_shared.tar.zst
162
+ sycl_toolchain_decompress_command: zstd
0 commit comments