File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments