Skip to content

Commit 4e62ef8

Browse files
committed
Remove opencl
1 parent b5a6447 commit 4e62ef8

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,9 @@ jobs:
2929
with:
3030
python-version: '3.x'
3131

32-
- name: Install POCL on Ubuntu Runners
33-
run: |
34-
sudo apt-get update && sudo apt-get install -y ocl-icd-opencl-dev pocl-opencl-icd
35-
shell: bash
36-
37-
3832
- name: Suppress warnings
3933
run: |
4034
echo "CPPFLAGS += -Wno-psabi -Wno-deprecated-declarations" >> make/local
41-
echo "STAN_OPENCL=true" >> make/local
4235
echo "STAN_THREADS=true" >> make/local
4336
4437
- name: Build Math libs
@@ -47,10 +40,9 @@ jobs:
4740
4841
- name: Run mix/fun unit tests
4942
run: |
50-
#python runTests.py -j4 --jumbo --run-all test/unit/math/fwd
51-
#python runTests.py -j4 --jumbo --run-all test/unit/math/prim
52-
#python runTests.py -j4 --jumbo --run-all test/unit/math/rev
53-
python runTests.py -j2 --run-all test/unit/math/opencl
43+
python runTests.py -j4 --jumbo --run-all test/unit/math/fwd
44+
python runTests.py -j4 --jumbo --run-all test/unit/math/prim
45+
python runTests.py -j4 --jumbo --run-all test/unit/math/rev
5446
python runTests.py -j2 --run-all test/unit/math/mix
5547
5648
- name: Upload gtest_output xml

0 commit comments

Comments
 (0)