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 66b3b53 commit cb655f4Copy full SHA for cb655f4
devops/scripts/benchmarks/benches/compute.py
@@ -61,8 +61,8 @@ def git_url(self) -> str:
61
return "https://github.com/intel/compute-benchmarks.git"
62
63
def git_hash(self) -> str:
64
- # Nov 7, 2025
65
- return "d985da634fc1a9416ca0bd067cfb9886b02d0211"
+ # Nov 17, 2025
+ return "932ae79f7cca7e156285fc10a59610927c769e89"
66
67
def setup(self) -> None:
68
if options.sycl is None:
0 commit comments