File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ if [ "${SKIP_DPCPP_BUILD}" ]; then
1616fi
1717
1818mkdir -p ${DPCPP_PATH} /dpcpp_compiler
19- wget -O ${DPCPP_PATH} /dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-10-23 /sycl_linux.tar.gz
19+ wget -O ${DPCPP_PATH} /dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-12-12 /sycl_linux.tar.gz
2020tar -xvf ${DPCPP_PATH} /dpcpp_compiler.tar.gz -C ${DPCPP_PATH} /dpcpp_compiler
Original file line number Diff line number Diff line change 3535
3636 - name : Download DPC++
3737 run : |
38- wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-10-23 /sycl_linux.tar.gz
38+ wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-12-12 /sycl_linux.tar.gz
3939 mkdir dpcpp_compiler
4040 tar -xvf ${{github.workspace}}/dpcpp_compiler.tar.gz -C dpcpp_compiler
4141
Original file line number Diff line number Diff line change 7777
7878 - name : Download DPC++
7979 run : |
80- wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-10-23 /sycl_linux.tar.gz
80+ wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-12-12 /sycl_linux.tar.gz
8181 mkdir dpcpp_compiler
8282 tar -xvf ${{github.workspace}}/dpcpp_compiler.tar.gz -C dpcpp_compiler
8383
Original file line number Diff line number Diff line change 7676 if : matrix.os == 'ubuntu-22.04'
7777 run : |
7878 sudo apt install libncurses5
79- wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-10-23 /sycl_linux.tar.gz
79+ wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-12-12 /sycl_linux.tar.gz
8080 mkdir -p ${{github.workspace}}/dpcpp_compiler
8181 tar -xvf ${{github.workspace}}/dpcpp_compiler.tar.gz -C ${{github.workspace}}/dpcpp_compiler
8282
Original file line number Diff line number Diff line change 3333
3434 - name : Download DPC++
3535 run : |
36- wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-10-23 /sycl_linux.tar.gz
36+ wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-12-12 /sycl_linux.tar.gz
3737 mkdir dpcpp_compiler
3838 tar -xvf ${{github.workspace}}/dpcpp_compiler.tar.gz -C dpcpp_compiler
3939
You can’t perform that action at this time.
0 commit comments