Skip to content

Commit e9d13a5

Browse files
authored
[SYCL][UR][Bench] Bump IGC depdency version fro benchmarks (#17776)
To fix compilation issue with the newest compute-runtime
1 parent d2f4596 commit e9d13a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/benchmarks/utils/compute_runtime.py

+1-1
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)