Skip to content

Commit 783aeb4

Browse files
committed
[SYCL][UR][Bench] bump IGC depdency version fro benchmarks
To fix compilation issue with the newest compute-runtime
1 parent 8d34f2a commit 783aeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/benchmarks/utils/compute_runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def build_igc(self, repo, commit):
9797
options.workdir,
9898
"vc-intrinsics",
9999
"https://github.com/intel/vc-intrinsics",
100-
"facb2076a2ce6cd6527c1e16570ba0fbaa2f1dba",
100+
"b980474c99859f7e4eb157828c5e80202b062177",
101101
)
102102
self.llvm_project = git_clone(
103103
options.workdir,

0 commit comments

Comments
 (0)