Skip to content

Commit 54505c2

Browse files
committed
[Benchmarks] Bump Compute Benchmarks
- stabilize results with a small sleep between binary runs - add combo profiler functionality to allow for choosing between time and cpu count measurement
1 parent 8a9b62a commit 54505c2

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
@@ -53,7 +53,7 @@ def git_url(self) -> str:
5353
return "https://github.com/intel/compute-benchmarks.git"
5454

5555
def git_hash(self) -> str:
56-
return "c9e135d4f26dd6badd83009f92f25d6285fc1e21"
56+
return "4995560017559849a519e58978a0afdd55903e15"
5757

5858
def setup(self) -> None:
5959
if options.sycl is None:
@@ -77,6 +77,7 @@ def setup(self) -> None:
7777
f"-DALLOW_WARNINGS=ON",
7878
f"-DCMAKE_CXX_COMPILER=clang++",
7979
f"-DCMAKE_C_COMPILER=clang",
80+
f"-DGENERATE_DOCS=OFF",
8081
]
8182

8283
if options.ur_adapter == "cuda":

0 commit comments

Comments
 (0)