Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 26b8c4b

Browse files
authored
Update dpcpp version in the Github CI (#452)
This pull request updates the dpcpp version used in Github CI to 2023-07-27 nightly.
1 parent 731695c commit 26b8c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/build_dpcpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ev
55
###########################
66
# Get DPCPP
77
###########################
8-
wget --no-verbose https://github.com/intel/llvm/releases/download/sycl-nightly/20221201/dpcpp-compiler.tar.gz -O dpcpp-compiler.tar.gz
8+
wget --no-verbose https://github.com/intel/llvm/releases/download/sycl-nightly/20230727/dpcpp-compiler.tar.gz -O dpcpp-compiler.tar.gz
99
rm -rf /tmp/dpcpp && mkdir /tmp/dpcpp/
1010
tar -xzf dpcpp-compiler.tar.gz -C /tmp/dpcpp --strip-components 1
1111
ls -R /tmp/dpcpp/

0 commit comments

Comments
 (0)