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 b8a3979 commit 4058e0eCopy full SHA for 4058e0e
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 31, 2025
+ return "1d4f68f82a5fe8c404aa1126615da4a1b789e254"
67
68
def setup(self) -> None:
69
if options.sycl is None:
0 commit comments