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 ccd3c15 commit de074e0Copy full SHA for de074e0
devops/scripts/benchmarks/options.py
@@ -39,7 +39,7 @@ class Options:
39
build_compute_runtime: bool = False
40
extra_ld_libraries: list[str] = field(default_factory=list)
41
extra_env_vars: dict = field(default_factory=dict)
42
- compute_runtime_tag: str = "25.05.32567.12"
+ compute_runtime_tag: str = "25.05.32567.18"
43
build_igc: bool = False
44
current_run_name: str = "This PR"
45
0 commit comments