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 4f7b179 commit 38389f5Copy full SHA for 38389f5
devops/scripts/benchmarks/benches/compute.py
@@ -62,8 +62,8 @@ def git_url(self) -> str:
62
return "https://github.com/intel/compute-benchmarks.git"
63
64
def git_hash(self) -> str:
65
- # Oct 9, 2025
66
- return "32805b4b6f8dafb4a97f21c4c85bb2f6963f8dbb"
+ # Oct 29, 2025
+ return "0aec0533aca7344d8fde7f9232f272a2c6afad77"
67
68
def setup(self) -> None:
69
if options.sycl is None:
0 commit comments