Skip to content
Snippets Groups Projects
Commit 4b460f71 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Switch 'breadth' tests to use POCL

parent e652f9ac
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -11,17 +11,17 @@ Python 2.7 AMD CPU:
- amd-cl-cpu
except:
- tags
Python 2.6 AMD CPU:
Python 2.6 POCL:
script:
- export PY_EXE=python2.6
- export PYOPENCL_TEST=amd:pu
- export PYOPENCL_TEST=portable
- export EXTRA_INSTALL="numpy mako"
- export LOOPY_NO_CACHE=1
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh"
tags:
- python2.6
- amd-cl-cpu
- pocl
except:
- tags
Python 3.4 AMD CPU:
......@@ -54,7 +54,7 @@ Python 2.7 POCL:
Python 2.7 with legacy PyOpenCL:
script:
- export PY_EXE=python2.7
- export PYOPENCL_TEST=amd:pu
- export PYOPENCL_TEST=portable
- export EXTRA_INSTALL="numpy mako"
- export REQUIREMENTS_TXT="requirements-old-pyopencl.txt"
- export LOOPY_NO_CACHE=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment