Skip to content

Commit 464eb93

Browse files
authored
[CI][Benchmarks] update compute-benchmarks (#17913)
This pulls in two important changes that make the results more accurate: - Fix accuracy of time measurement in submit_kernel_ur - Align kernel operation for submit graph in sycl
1 parent 09fd1c1 commit 464eb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/benchmarks/benches/compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def git_url(self) -> str:
4646
return "https://github.com/intel/compute-benchmarks.git"
4747

4848
def git_hash(self) -> str:
49-
return "c10baa895b4364899e253e44127ff128a8efa5d5"
49+
return "27f158753caf8422e9f0d5a65ab304f21bc085c5"
5050

5151
def setup(self):
5252
if options.sycl is None:

0 commit comments

Comments
 (0)