File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6868 if : matrix.os == 'ubuntu-22.04'
6969 run : |
7070 sudo apt install libncurses5
71- wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2023-09-21 /sycl_linux.tar.gz
71+ wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-01-29 /sycl_linux.tar.gz
7272 mkdir -p ${{github.workspace}}/dpcpp_compiler
7373 tar -xvf ${{github.workspace}}/dpcpp_compiler.tar.gz -C ${{github.workspace}}/dpcpp_compiler
7474
@@ -185,7 +185,7 @@ jobs:
185185
186186 - name : Download DPC++
187187 run : |
188- wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2023-09-21 /sycl_linux.tar.gz
188+ wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-01-29 /sycl_linux.tar.gz
189189 mkdir dpcpp_compiler
190190 tar -xvf ${{github.workspace}}/dpcpp_compiler.tar.gz -C dpcpp_compiler
191191
Original file line number Diff line number Diff line change 2626
2727 - name : Download DPC++
2828 run : |
29- wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2023-08-31 /sycl_linux.tar.gz
29+ wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-01-29 /sycl_linux.tar.gz
3030 mkdir dpcpp_compiler
3131 tar -xvf ${{github.workspace}}/dpcpp_compiler.tar.gz -C dpcpp_compiler
3232
You can’t perform that action at this time.
0 commit comments