Skip to content

Commit e1788ad

Browse files
authored
[CI][Benchmarks] update compute-benchmarks (#18360)
This fixes api_overhead_benchmark_ur after #18242.
1 parent 6fe6915 commit e1788ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/benchmarks/benches/compute.py

+1-1
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 "5e4e39cabd0f74422754890ff8e362789c714543"
52+
return "015019f815f73e308171145a48b63d57c1263e45"
5353

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

0 commit comments

Comments
 (0)