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 68
68
if : matrix.os == 'ubuntu-22.04'
69
69
run : |
70
70
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
72
72
mkdir -p ${{github.workspace}}/dpcpp_compiler
73
73
tar -xvf ${{github.workspace}}/dpcpp_compiler.tar.gz -C ${{github.workspace}}/dpcpp_compiler
74
74
@@ -185,7 +185,7 @@ jobs:
185
185
186
186
- name : Download DPC++
187
187
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
189
189
mkdir dpcpp_compiler
190
190
tar -xvf ${{github.workspace}}/dpcpp_compiler.tar.gz -C dpcpp_compiler
191
191
Original file line number Diff line number Diff line change 26
26
27
27
- name : Download DPC++
28
28
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
30
30
mkdir dpcpp_compiler
31
31
tar -xvf ${{github.workspace}}/dpcpp_compiler.tar.gz -C dpcpp_compiler
32
32
You can’t perform that action at this time.
0 commit comments