Skip to content

Commit ab3dc98

Browse files
authored
[Benchmarks] Bump benchmarks' versions (#20459)
Use the latest available releases/commits.
1 parent c64a9b4 commit ab3dc98

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

devops/scripts/benchmarks/benches/benchdnn.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ def git_url(self):
2323
return "https://github.com/uxlfoundation/oneDNN.git"
2424

2525
def git_tag(self):
26-
return "v3.8"
26+
# 7 Nov, 2025
27+
return "v3.10"
2728

2829
def name(self):
2930
return "BenchDNN"

devops/scripts/benchmarks/benches/compute.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ def git_url(self) -> str:
6262
return "https://github.com/intel/compute-benchmarks.git"
6363

6464
def git_hash(self) -> str:
65-
# Oct 31, 2025
66-
return "1d4f68f82a5fe8c404aa1126615da4a1b789e254"
65+
# Nov 7, 2025
66+
return "d985da634fc1a9416ca0bd067cfb9886b02d0211"
6767

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

devops/scripts/benchmarks/benches/gromacs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ def git_url(self):
2828
return "https://gitlab.com/gromacs/gromacs.git"
2929

3030
def git_tag(self):
31-
return "v2025.2"
31+
# 29 Aug, 2025
32+
return "v2025.3"
3233

3334
def grappa_url(self):
3435
return "https://zenodo.org/record/11234002/files/grappa-1.5k-6.1M_rc0.9.tar.gz"

devops/scripts/benchmarks/benches/llamacpp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ def git_url(self) -> str:
2828
return "https://github.com/ggerganov/llama.cpp"
2929

3030
def git_hash(self) -> str:
31-
return "916c83bfe7f8b08ada609c3b8e583cf5301e594b"
31+
# 12 Nov, 2025
32+
return "78010a0d52ad03cd469448df89101579b225582c"
3233

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

devops/scripts/benchmarks/benches/syclbench.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def git_url(self) -> str:
2424
return "https://github.com/unisa-hpc/sycl-bench.git"
2525

2626
def git_hash(self) -> str:
27+
# 21 Feb, 2025
2728
return "31fc70be6266193c4ba60eb1fe3ce26edee4ca5b"
2829

2930
def setup(self) -> None:

devops/scripts/benchmarks/benches/velocity.py

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

3030
def git_hash(self) -> str:
31-
return "b22215c16f789100449c34bf4eaa3fb178983d69"
31+
# 8 May, 2025
32+
return "2b1479123ea3300062921228b99192eb3747904f"
3233

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

0 commit comments

Comments
 (0)