Skip to content

Commit 3cc4b4a

Browse files
[Bench] Bump Compute Benchmarks version
1 parent 38f555f commit 3cc4b4a

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 18, 2025
65+
return "e4f93570f5647fc768d56acc43da547b127cdfeb"
6666

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

0 commit comments

Comments
 (0)