Skip to content

Commit ceae49b

Browse files
authored
[Benchmarks] Fix compute benchmarks build (#20659)
Bump version of Compute Benchmarks to one that supports latest changes in urEnqueueKernelLaunch() parameters list.
1 parent 8677b2f commit ceae49b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

devops/scripts/benchmarks/benches/compute.py

Lines changed: 3 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:
@@ -860,6 +860,7 @@ def _bin_args(self, run_trace: TracingType = TracingType.NONE) -> list[str]:
860860
"--multiplier=1",
861861
"--vectorSize=1",
862862
"--lws=256",
863+
"--prefetch=0",
863864
]
864865

865866

0 commit comments

Comments
 (0)