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 768c5ea commit 0f43898Copy full SHA for 0f43898
unified-runtime/scripts/benchmarks/benches/compute.py
@@ -1,4 +1,4 @@
1
-# Copyright (C) 2024 Intel Corporation
+# Copyright (C) 2024-2025 Intel Corporation
2
# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
3
# See LICENSE.TXT
4
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
@@ -27,7 +27,7 @@ def setup(self):
27
self.directory,
28
"compute-benchmarks-repo",
29
"https://github.com/intel/compute-benchmarks.git",
30
- "9369275026229b182bc4a555b73c2ec995a9e2b7",
+ "dfdbf2ff9437ee159627cc2cd9159c289da1a7ba",
31
)
32
build_path = create_build_path(self.directory, "compute-benchmarks-build")
33
0 commit comments