Skip to content

Commit 9d253cf

Browse files
[Bench] Bump Compute Benchmarks version
1 parent 5dbb4c7 commit 9d253cf

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 17, 2025
65-
return "932ae79f7cca7e156285fc10a59610927c769e89"
64+
# Dec 17, 2025
65+
return "420549188cd8900c27cf9b04fd859ebe81876a99"
6666

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

0 commit comments

Comments
 (0)