Skip to content

Commit 683782e

Browse files
authored
[CI][Benchmarks] update compute runtime (#19167)
Results look OK: https://oneapi-src.github.io/unified-runtime/performance/?tags=L0&runs=Baseline_BMG_L0v2%2C25_22_8_BMG_L0v2 https://oneapi-src.github.io/unified-runtime/performance/?tags=L0&runs=Baseline_PVC_L0v2%2C25_22_8_PVC_L0v2 There is a very slight regression in SubmitKernel In Order with completion: ![api_overhead_benchmark_l0 SubmitKernel in order with measure completion not using events (1)](https://github.com/user-attachments/assets/3269c2cf-9341-44a0-b6c7-60b24d83973a) But it looks like it's simply a case of an optimization being reverted.
1 parent b3e6bde commit 683782e

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.22.33944.4"
68+
compute_runtime_tag: str = "25.22.33944.8"
6969
build_igc: bool = False
7070
current_run_name: str = "This PR"
7171
preset: str = "Full"

0 commit comments

Comments
 (0)