Skip to content

Commit

Permalink
Gitlab CI: switch 'pthread' pocl device to 'cpu'
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 25, 2023
1 parent a572a38 commit 9e6f5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Python 3 POCL:
script: |
export PYOPENCL_TEST="portable:pthread"
export PYOPENCL_TEST="portable:cpu"
export PYTEST_ADDOPTS=${PYTEST_ADDOPTS:-"-m 'not slowtest'"}
export EXTRA_INSTALL="Cython pybind11 numpy scipy mako"
curl -L -O https://tiker.net/ci-support-v0
Expand Down Expand Up @@ -49,7 +49,7 @@ Python 3 Intel:
Python 3 POCL Examples:
script: |
test -n "$SKIP_EXAMPLES" && exit
export PYOPENCL_TEST=portable:pthread
export PYOPENCL_TEST=portable:cpu
export EXTRA_INSTALL="Cython pybind11 numpy scipy mako matplotlib pyvisfile"
curl -L -O https://tiker.net/ci-support-v0
. ci-support-v0
Expand Down

0 comments on commit 9e6f5b9

Please sign in to comment.