Skip to content

Commit 9144b54

Browse files
committed
[Benchmarks] Fix failing compute benchmarks build
Bump Compute Benchmarks commit to latest: - fix build failures of Compute Benchmarks caused by changed definition of urProgramBuildExp() - add queue synchronization to SubmitKernel warmup - fix submit_graph_l0 standard, non-emulated path
1 parent b8a3979 commit 9144b54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devops/scripts/benchmarks/benches/compute.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ def git_url(self) -> str:
6262
return "https://github.com/intel/compute-benchmarks.git"
6363

6464
def git_hash(self) -> str:
65-
# Oct 9, 2025
66-
return "32805b4b6f8dafb4a97f21c4c85bb2f6963f8dbb"
65+
# Oct 29, 2025
66+
return "0aec0533aca7344d8fde7f9232f272a2c6afad77"
6767

6868
def setup(self) -> None:
6969
if options.sycl is None:

0 commit comments

Comments
 (0)