Skip to content

Commit 95ce763

Browse files
committed
Update doc
1 parent f7d56d5 commit 95ce763

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
if: ${{ matrix.config.os == 'macOS-latest' }}
7979
run: |
8080
brew install pocl
81-
# Set LDLIBS_OPENCL environment variable
81+
# Set LDLIBS_OPENCL environment variable so that CPU OpenCL is found
82+
# instead of Apple's GPU OpenCL - which does not support double precision
8283
echo "LDLIBS_OPENCL=-L'/opt/homebrew/opt/opencl-icd-loader/lib' -lOpenCL" >> $GITHUB_ENV
8384
shell: bash
8485

0 commit comments

Comments
 (0)