Skip to content

Commit

Permalink
Bumped version of pocl
Browse files Browse the repository at this point in the history
  • Loading branch information
Beanavil committed Oct 1, 2024
1 parent ae56af2 commit ac062b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ jobs:
if [[ "${{matrix.GEN}}" == "Ninja Multi-Config" && ! `which ninja` ]]; then brew install ninja; fi &&
# We need to provide an OpenCL driver for Intel CPU on mac
brew install pocl
echo "OCL_ICD_VENDORS=/opt/homebrew/Cellar/pocl/5.0/etc/OpenCL/vendors" >> $GITHUB_ENV
echo "OCL_ICD_VENDORS=/opt/homebrew/Cellar/pocl/6.0/etc/OpenCL/vendors" >> $GITHUB_ENV
cmake --version
- name: Install dependencies (Homebrew)
Expand Down

0 comments on commit ac062b3

Please sign in to comment.