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 3f42420 commit 1c7b189Copy full SHA for 1c7b189
devops/scripts/benchmarks/options.py
@@ -37,7 +37,7 @@ class Options:
37
build_compute_runtime: bool = False
38
extra_ld_libraries: list[str] = field(default_factory=list)
39
extra_env_vars: dict = field(default_factory=dict)
40
- compute_runtime_tag: str = "25.05.32567.12"
+ compute_runtime_tag: str = "25.05.32567.18"
41
build_igc: bool = False
42
current_run_name: str = "This PR"
43
preset: Preset = None
0 commit comments