Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/build-igc-llvm7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd /root/build-igc

export cclang_commit_id=6257ffe137a2c8df95a3f3b39fa477aa8ed15837
export spirv_id=8ce6443ec1020183eafaeb3410c7d1edc2355dc3
export igc_commit_id=7c89d200bf9c5b5900d961bc6f7df5373f3d0ab6
export igc_commit_id=b3ed5e584dac45d560e6f68e5f6e84af8a661e6e

wget --no-check-certificate https://github.com/intel/opencl-clang/archive/${cclang_commit_id}/opencl-clang.tar.gz
wget --no-check-certificate https://github.com/intel/intel-graphics-compiler/archive/${igc_commit_id}/igc.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-igc-llvm8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd /root/build-igc

export cclang_commit_id=41cad395859684b18e762ca4a2c713c2fa349622
export spirv_id=83298e3c9b124486c16d0fde54c764a6c5a2b554
export igc_commit_id=7c89d200bf9c5b5900d961bc6f7df5373f3d0ab6
export igc_commit_id=b3ed5e584dac45d560e6f68e5f6e84af8a661e6e

wget --no-check-certificate https://github.com/intel/opencl-clang/archive/${cclang_commit_id}/opencl-clang.tar.gz
wget --no-check-certificate https://github.com/intel/intel-graphics-compiler/archive/${igc_commit_id}/igc.tar.gz
Expand Down