We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc966df commit 5e16c5dCopy full SHA for 5e16c5d
devops/scripts/benchmarks/benches/compute.py
@@ -50,7 +50,7 @@ def git_url(self) -> str:
50
return "https://github.com/intel/compute-benchmarks.git"
51
52
def git_hash(self) -> str:
53
- return "e1ddda90c3e0c29bf1dc4e894ad6006cedac7070"
+ return "83b9ae3ebb3563552409f3a317cdc1cf3d3ca6bd"
54
55
def setup(self):
56
if options.sycl is None:
0 commit comments