Skip to content

Commit 1aaddd2

Browse files
authored
[CI][Benchmarks] update IGC build dependencies (#20803)
1 parent aa1f770 commit 1aaddd2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

devops/scripts/benchmarks/utils/compute_runtime.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,45 +94,45 @@ def build_igc(self, repo, commit) -> tuple[Path, bool]:
9494
# Repos with commit hashes as refs can't be cloned shallowly.
9595
GitProject(
9696
"https://github.com/intel/vc-intrinsics",
97-
"9d255266e1df8f1dc5d11e1fbb03213acfaa4fc7",
97+
"3d76a9b8f87a29272f9ef90cbe0b7aef66cd3648",
9898
Path(options.workdir),
9999
"vc-intrinsics",
100100
no_suffix_src=True,
101101
shallow_clone=False,
102102
)
103103
llvm_project = GitProject(
104104
"https://github.com/llvm/llvm-project",
105-
"llvmorg-15.0.7",
105+
"llvmorg-16.0.6",
106106
Path(options.workdir),
107107
"llvm-project",
108108
no_suffix_src=True,
109109
)
110110
llvm_projects = llvm_project.src_dir / "llvm" / "projects"
111111
GitProject(
112112
"https://github.com/intel/opencl-clang",
113-
"ocl-open-150",
113+
"ocl-open-160",
114114
llvm_projects,
115115
"opencl-clang",
116116
no_suffix_src=True,
117117
)
118118
GitProject(
119119
"https://github.com/KhronosGroup/SPIRV-LLVM-Translator",
120-
"llvm_release_150",
120+
"llvm_release_160",
121121
llvm_projects,
122122
"llvm-spirv",
123123
no_suffix_src=True,
124124
)
125125
GitProject(
126126
"https://github.com/KhronosGroup/SPIRV-Tools.git",
127-
"f289d047f49fb60488301ec62bafab85573668cc",
127+
"049de81a0f8ac3f5c092f56a103b66c90bc90ec3",
128128
Path(options.workdir),
129129
"SPIRV-Tools",
130130
no_suffix_src=True,
131131
shallow_clone=False,
132132
)
133133
GitProject(
134134
"https://github.com/KhronosGroup/SPIRV-Headers.git",
135-
"0e710677989b4326ac974fd80c5308191ed80965",
135+
"6146b3d9ad4fcc5fb512209d348e97ce03749169",
136136
Path(options.workdir),
137137
"SPIRV-Headers",
138138
no_suffix_src=True,

0 commit comments

Comments
 (0)