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