Skip to content

Commit 71094ab

Browse files
authored
Bump libigc to v1.0.8708. (#3650)
1 parent 1fe1833 commit 71094ab

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

L/libigc/build_tarballs.jl

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,25 @@
33
using BinaryBuilder
44

55
name = "libigc"
6-
version = v"1.0.8173"
6+
version = v"1.0.8708"
77

88
# IGC depends on LLVM, a custom Clang, and a Khronos tool. Instead of building these pieces
99
# separately, taking care to match versions and apply Intel-specific patches where needed
1010
# (i.e. we can't re-use Julia's LLVM_jll) collect everything here and perform a monolithic,
1111
# in-tree build with known-good versions.
1212

1313
# Collection of sources required to build IGC
14-
# NOTE: these hashes are taken from the release notes in GitHub
14+
# NOTE: these hashes are taken from the release notes in GitHub,
15+
# https://github.com/intel/intel-graphics-compiler/releases
1516
# NOTE: the SPIRV-LLVM-Translator doesn't match what's in the release notes,
16-
# but gets checked out to $SPIRV_REV_PATCH in IGC/VectorCompiler/cmake/spirv.cmake
17+
# but gets checked out to $SPIRV_REV_PATCH in IGC/VectorCompiler/cmake/spirv.cmake,
18+
# https://github.com/intel/intel-graphics-compiler/blob/master/IGC/VectorCompiler/cmake/spirv.cmake
1719
sources = [
18-
GitSource("https://github.com/intel/intel-graphics-compiler.git", "614876a3eb96433e13647adab2979bfa52dcd219"),
19-
GitSource("https://github.com/intel/opencl-clang.git", "c8cd72e32b6abc18ce6da71c357ea45ba78b52f0"),
20-
GitSource("https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git", "d429dc86342e522969209b65fdd5edce2bee799d"),
21-
GitSource("https://github.com/intel/vc-intrinsics.git", "d9ffe1f9cbe45b296f098669173bcaeff12bfe99"),
22-
GitSource("https://github.com/llvm/llvm-project.git", "d32170dbd5b0d54436537b6b75beaf44324e0c28"),
20+
GitSource("https://github.com/intel/intel-graphics-compiler.git", "9ff8ff3d235cfac683ef91809c64247d6a43b887"),
21+
GitSource("https://github.com/intel/opencl-clang.git", "fd68f64b33e67d58f6c36b9e25c31c1178a1962a"),
22+
GitSource("https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git", "c67e6f26a7285aa753598ef792593ac4a545adf9"),
23+
GitSource("https://github.com/intel/vc-intrinsics.git", "e5ad7e02aa4aa21a3cd7b3e5d1f3ec9b95f58872"),
24+
GitSource("https://github.com/llvm/llvm-project.git", "1fdec59bffc11ae37eb51a1b9869f0696bfd5312"),
2325
# patches
2426
DirectorySource("./bundled"),
2527
]

0 commit comments

Comments
 (0)