Skip to content

Commit 0f43898

Browse files
[benchmark] fix UR build using updated compute-benchmarks (#17443)
1 parent 768c5ea commit 0f43898

File tree

1 file changed

+2
-2
lines changed
  • unified-runtime/scripts/benchmarks/benches

1 file changed

+2
-2
lines changed

unified-runtime/scripts/benchmarks/benches/compute.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024 Intel Corporation
1+
# Copyright (C) 2024-2025 Intel Corporation
22
# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
33
# See LICENSE.TXT
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
@@ -27,7 +27,7 @@ def setup(self):
2727
self.directory,
2828
"compute-benchmarks-repo",
2929
"https://github.com/intel/compute-benchmarks.git",
30-
"9369275026229b182bc4a555b73c2ec995a9e2b7",
30+
"dfdbf2ff9437ee159627cc2cd9159c289da1a7ba",
3131
)
3232
build_path = create_build_path(self.directory, "compute-benchmarks-build")
3333

0 commit comments

Comments
 (0)