Skip to content

Commit 4abb58c

Browse files
authored
[Benchmarks] Bump compute benchmarks (#20215)
1 parent ecbb9bf commit 4abb58c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devops/scripts/benchmarks/benches/compute.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ def git_url(self) -> str:
6060
return "https://github.com/intel/compute-benchmarks.git"
6161

6262
def git_hash(self) -> str:
63-
return "4995560017559849a519e58978a0afdd55903e15"
63+
# Sep 25, 2025
64+
return "7ba2e629404e34c635a46f28550a0952717d120f"
6465

6566
def setup(self) -> None:
6667
if options.sycl is None:

0 commit comments

Comments
 (0)