Skip to content

Commit 4c03a9a

Browse files
authored
[CI][Benchmarks] update compute-benchmarks (#18508)
Fixes UR framework compilation after API break.
1 parent f9a7cc8 commit 4c03a9a

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

5151
def git_hash(self) -> str:
52-
return "015019f815f73e308171145a48b63d57c1263e45"
52+
return "49a8c6314875c57fee9b59aea16e721572e3021d"
5353

5454
def setup(self):
5555
if options.sycl is None:

0 commit comments

Comments
 (0)