We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71a745 commit 4561a40Copy full SHA for 4561a40
.github/workflows/ur-build-hw.yml
@@ -126,7 +126,7 @@ jobs:
126
127
- name: Download DPC++
128
run: |
129
- wget -O dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-12-12/sycl_linux.tar.gz
+ wget -O dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2025-11-28/sycl_linux.tar.gz
130
mkdir -p dpcpp_compiler
131
tar -xvf dpcpp_compiler.tar.gz -C dpcpp_compiler
132
0 commit comments