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 a3892cf commit 80b6d73Copy full SHA for 80b6d73
.github/workflows/test.yml
@@ -48,6 +48,7 @@ jobs:
48
curl -o opencl-installer.exe 'https://registrationcenter-download.intel.com/akdlm/IRC_NAS/b6dccdb7-b503-41ea-bd4b-a78e9c2d8dd6/w_opencl_runtime_p_2025.1.0.972.exe'
49
./opencl-installer.exe --s --x --f ocl
50
cp "./ocl/w_opencl_runtime_p_2025.1.0.972.msi" "./opencl-rt.msi"
51
+ touch install.log
52
# echo "Start Msiexec"
53
# msiexec /i "opencl-rt.msi" /qn /passive /quiet
54
# echo "End Msiexec"
0 commit comments