Skip to content

Commit

Permalink
add end lines
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed Aug 1, 2024
1 parent adfd4ca commit 8b7ea17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/scripts/collect_opencl_rt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ echo "Download intel opencl runtime"
wget -q -O opencl_installer.exe https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d9883ab0-0e26-47fd-9612-950b95460d72/w_opencl_runtime_p_2024.2.0.980.exe
echo "Unpacking opencl runtime installer"
Start-Process ".\opencl_installer.exe" -ArgumentList "--s --x --f ocl" -Wait
Move-Item -Path ".\ocl\w_opencl_runtime_p_2024.2.0.980.msi" -Destination ".\opencl_rt.msi"
Move-Item -Path ".\ocl\w_opencl_runtime_p_2024.2.0.980.msi" -Destination ".\opencl_rt.msi"
2 changes: 1 addition & 1 deletion .ci/scripts/install_dpc.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Start-Process ".\dpcpp_installer.exe" -ArgumentList "--s --x --f oneAPI" -Wait
echo "Installing DPC++ compiler"
Start-Process ".\oneAPI\bootstrapper.exe" -ArgumentList "-s --eula=accept --install-dir=dpcpp" -Wait
# This can take 20 minutes...
echo "DPC++ install complete"
echo "DPC++ install complete"

0 comments on commit 8b7ea17

Please sign in to comment.