Skip to content

Commit

Permalink
Update install_dpc.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Aug 7, 2024
1 parent 9ac1253 commit b2e8ff1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/scripts/install_dpc.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ echo "Download intel DPC++ compiler"
echo "Unpacking DPC++ installer"
Start-Process ".\dpcpp_installer.exe" -ArgumentList "--s --x --f oneAPI" -Wait
echo "Installing DPC++ compiler"
# Installing the compiler can take upwards of 20 minutes
# It does not print any messages during installation
Start-Process ".\oneAPI\bootstrapper.exe" -ArgumentList "-s --eula=accept --install-dir=dpcpp" -Wait
# This can take 20 minutes...
echo "remove installer files"
Remove-Item -LiteralPath .\oneAPI -Force -Recurse -ErrorAction Ignore
Remove-Item .\dpcpp_installer.exe -Force
Expand Down

0 comments on commit b2e8ff1

Please sign in to comment.