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 ecbb9bf commit 4abb58cCopy full SHA for 4abb58c
devops/scripts/benchmarks/benches/compute.py
@@ -60,7 +60,8 @@ def git_url(self) -> str:
60
return "https://github.com/intel/compute-benchmarks.git"
61
62
def git_hash(self) -> str:
63
- return "4995560017559849a519e58978a0afdd55903e15"
+ # Sep 25, 2025
64
+ return "7ba2e629404e34c635a46f28550a0952717d120f"
65
66
def setup(self) -> None:
67
if options.sycl is None:
0 commit comments