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

Gitlab CI: switch 'pthread' pocl device to 'cpu'

parent b3d9bb57
No related branches found
No related tags found
No related merge requests found
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:
......
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