Skip to content

Commit b1051b6

Browse files
authored
[CI][Benchmarks] fix compute-benchmarks compilation (#17993)
This fixes a regression after #17876
1 parent 92121c9 commit b1051b6

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 "27f158753caf8422e9f0d5a65ab304f21bc085c5"
49+
return "420842fc3f0c01aac7b328bf192c25d3e7b9fd9e"
5050

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

0 commit comments

Comments
 (0)