diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42ffcd24eb38421823c7ca38ce30c028e7e9fd3b..23e3a02191324a0409877975d1a6ba527134d069 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ Python 3 POCL: script: | - export PYOPENCL_TEST=portable:pthread + export PYOPENCL_TEST=portable:cpu export EXTRA_INSTALL="jax[cpu]" curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh . ./build-and-test-py-project.sh @@ -52,7 +52,7 @@ Python 3 POCL Nvidia Titan V: Python 3 POCL Examples: script: - test -n "$SKIP_EXAMPLES" && exit - - export PYOPENCL_TEST=portable:pthread + - export PYOPENCL_TEST=portable:cpu - curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-py-project-and-run-examples.sh - ". ./build-py-project-and-run-examples.sh" tags: