Skip to content

Commit

Permalink
Remove opencl
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jan 18, 2025
1 parent b5a6447 commit 4e62ef8
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,9 @@ jobs:
with:
python-version: '3.x'

- name: Install POCL on Ubuntu Runners
run: |
sudo apt-get update && sudo apt-get install -y ocl-icd-opencl-dev pocl-opencl-icd
shell: bash


- name: Suppress warnings
run: |
echo "CPPFLAGS += -Wno-psabi -Wno-deprecated-declarations" >> make/local
echo "STAN_OPENCL=true" >> make/local
echo "STAN_THREADS=true" >> make/local
- name: Build Math libs
Expand All @@ -47,10 +40,9 @@ jobs:
- name: Run mix/fun unit tests
run: |
#python runTests.py -j4 --jumbo --run-all test/unit/math/fwd
#python runTests.py -j4 --jumbo --run-all test/unit/math/prim
#python runTests.py -j4 --jumbo --run-all test/unit/math/rev
python runTests.py -j2 --run-all test/unit/math/opencl
python runTests.py -j4 --jumbo --run-all test/unit/math/fwd
python runTests.py -j4 --jumbo --run-all test/unit/math/prim
python runTests.py -j4 --jumbo --run-all test/unit/math/rev
python runTests.py -j2 --run-all test/unit/math/mix
- name: Upload gtest_output xml
Expand Down

0 comments on commit 4e62ef8

Please sign in to comment.