Skip to content

Commit 21fdfc7

Browse files
authored
[CI][Benchmarks] update compute-runtime version to 25.22.33944.4 (#18861)
1 parent 6e55f3b commit 21fdfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/benchmarks/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Options:
6565
build_compute_runtime: bool = False
6666
extra_ld_libraries: list[str] = field(default_factory=list)
6767
extra_env_vars: dict = field(default_factory=dict)
68-
compute_runtime_tag: str = "25.13.33276.18"
68+
compute_runtime_tag: str = "25.22.33944.4"
6969
build_igc: bool = False
7070
current_run_name: str = "This PR"
7171
preset: str = "Full"

0 commit comments

Comments
 (0)