File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 14
14
sudo apt-get update
15
15
sudo apt-get install -y ocl-icd-opencl-dev pocl-opencl-icd
16
16
17
- - name : Verify OpenCL installation
18
- run : |
19
- clinfo # Lists available OpenCL platforms and devices
20
-
21
17
- name : Build project
22
18
run : |
23
19
# Placeholder: Replace with your build commands (e.g., make, cmake)
51
47
Start-Process msiexec -ArgumentList "/i $output /quiet /norestart" -Wait -NoNewWindow
52
48
Write-Host "OpenCL runtime installed"
53
49
54
- - name : Verify OpenCL setup
55
- shell : pwsh
56
- run : |
57
- # Placeholder: Add a verification step if you have a tool/test program
58
- Write-Host "OpenCL runtime should be available (no clinfo on Windows by default)"
59
-
60
50
- name : Build project
61
51
shell : cmd
62
52
run : |
You can’t perform that action at this time.
0 commit comments