|
3 | 3 | using BinaryBuilder |
4 | 4 |
|
5 | 5 | name = "libigc" |
6 | | -version = v"1.0.8173" |
| 6 | +version = v"1.0.8708" |
7 | 7 |
|
8 | 8 | # IGC depends on LLVM, a custom Clang, and a Khronos tool. Instead of building these pieces |
9 | 9 | # separately, taking care to match versions and apply Intel-specific patches where needed |
10 | 10 | # (i.e. we can't re-use Julia's LLVM_jll) collect everything here and perform a monolithic, |
11 | 11 | # in-tree build with known-good versions. |
12 | 12 |
|
13 | 13 | # 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 |
15 | 16 | # 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 |
17 | 19 | 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"), |
23 | 25 | # patches |
24 | 26 | DirectorySource("./bundled"), |
25 | 27 | ] |
|
0 commit comments