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 6e55f3b commit 21fdfc7Copy full SHA for 21fdfc7
devops/scripts/benchmarks/options.py
@@ -65,7 +65,7 @@ class Options:
65
build_compute_runtime: bool = False
66
extra_ld_libraries: list[str] = field(default_factory=list)
67
extra_env_vars: dict = field(default_factory=dict)
68
- compute_runtime_tag: str = "25.13.33276.18"
+ compute_runtime_tag: str = "25.22.33944.4"
69
build_igc: bool = False
70
current_run_name: str = "This PR"
71
preset: str = "Full"
0 commit comments