Skip to content

Commit ba504bb

Browse files
committed
Bump Velocity benchmark
1 parent a5dd84a commit ba504bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devops/scripts/benchmarks/benches/velocity.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def git_url(self) -> str:
2727
return "https://github.com/oneapi-src/Velocity-Bench/"
2828

2929
def git_hash(self) -> str:
30-
return "b22215c16f789100449c34bf4eaa3fb178983d69"
30+
# 8 May, 2025
31+
return "2b1479123ea3300062921228b99192eb3747904f"
3132

3233
def setup(self) -> None:
3334
if options.sycl is None:

0 commit comments

Comments
 (0)