Skip to content

Commit 9e6f5b9

Browse files
committed
Gitlab CI: switch 'pthread' pocl device to 'cpu'
1 parent a572a38 commit 9e6f5b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Python 3 POCL:
88
script: |
9-
export PYOPENCL_TEST="portable:pthread"
9+
export PYOPENCL_TEST="portable:cpu"
1010
export PYTEST_ADDOPTS=${PYTEST_ADDOPTS:-"-m 'not slowtest'"}
1111
export EXTRA_INSTALL="Cython pybind11 numpy scipy mako"
1212
curl -L -O https://tiker.net/ci-support-v0
@@ -49,7 +49,7 @@ Python 3 Intel:
4949
Python 3 POCL Examples:
5050
script: |
5151
test -n "$SKIP_EXAMPLES" && exit
52-
export PYOPENCL_TEST=portable:pthread
52+
export PYOPENCL_TEST=portable:cpu
5353
export EXTRA_INSTALL="Cython pybind11 numpy scipy mako matplotlib pyvisfile"
5454
curl -L -O https://tiker.net/ci-support-v0
5555
. ci-support-v0

0 commit comments

Comments
 (0)