File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ if [ "${SKIP_DPCPP_BUILD}" ]; then
16
16
fi
17
17
18
18
mkdir -p ${DPCPP_PATH} /dpcpp_compiler
19
- wget -O ${DPCPP_PATH} /dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-01-29 /sycl_linux.tar.gz
19
+ wget -O ${DPCPP_PATH} /dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-09-27 /sycl_linux.tar.gz
20
20
tar -xvf ${DPCPP_PATH} /dpcpp_compiler.tar.gz -C ${DPCPP_PATH} /dpcpp_compiler
Original file line number Diff line number Diff line change 79
79
if : matrix.os == 'ubuntu-22.04'
80
80
run : |
81
81
sudo apt install libncurses5
82
- wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-01-29 /sycl_linux.tar.gz
82
+ wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-09-27 /sycl_linux.tar.gz
83
83
mkdir -p ${{github.workspace}}/dpcpp_compiler
84
84
tar -xvf ${{github.workspace}}/dpcpp_compiler.tar.gz -C ${{github.workspace}}/dpcpp_compiler
85
85
Original file line number Diff line number Diff line change 33
33
# TODO: enable once test failure are fixed/ignored
34
34
# - name: Download DPC++
35
35
# run: |
36
- # wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-01-29 /sycl_linux.tar.gz
36
+ # wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-09-27 /sycl_linux.tar.gz
37
37
# mkdir dpcpp_compiler
38
38
# tar -xvf ${{github.workspace}}/dpcpp_compiler.tar.gz -C dpcpp_compiler
39
39
You can’t perform that action at this time.
0 commit comments