Skip to content

Commit

Permalink
install intel-opencl-icd
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Nov 13, 2023
1 parent 64bdd33 commit 4115d39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- if: matrix.os == 'ubuntu-latest'
run: lscpu
- if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y libpocl2 mesa-opencl-icd ocl-icd-opencl-dev pocl-opencl-icd
run: sudo apt-get install -y libpocl2 intel-opencl-icd ocl-icd-opencl-dev
name: Install dependencies for testing openCL
- if: matrix.os == 'windows-2019'
name: Install dependencies for linking openCL
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: lscpu
- name: Install opencl
run: sudo apt-get install -y libpocl2 mesa-opencl-icd ocl-icd-opencl-dev pocl-opencl-icd
run: sudo apt-get install -y libpocl2 intel-opencl-icd ocl-icd-opencl-dev
- uses: actions/checkout@v3
with:
submodules: true
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
toolchain: stable
steps:
- if: matrix.os == 'ubuntu-20.04'
run: sudo apt-get install -y mesa-opencl-icd ocl-icd-opencl-dev
run: sudo apt-get install -y ocl-icd-opencl-dev
name: Install opencl
- if: matrix.os == 'windows-2019'
name: Install opencl
Expand Down

0 comments on commit 4115d39

Please sign in to comment.