Skip to content

Commit cb655f4

Browse files
committed
[Benchmarks] Fix compute benchmarks build
Bump version of Compute Benchmarks to one that supports latest changes in urEnqueueKernelLaunch() parameters list.
1 parent 66b3b53 commit cb655f4

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
@@ -61,8 +61,8 @@ def git_url(self) -> str:
6161
return "https://github.com/intel/compute-benchmarks.git"
6262

6363
def git_hash(self) -> str:
64-
# Nov 7, 2025
65-
return "d985da634fc1a9416ca0bd067cfb9886b02d0211"
64+
# Nov 17, 2025
65+
return "932ae79f7cca7e156285fc10a59610927c769e89"
6666

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

0 commit comments

Comments
 (0)