Skip to content

Commit

Permalink
Add a draft GPU CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 28, 2021
1 parent 240397b commit 0e98c9e
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,25 @@ Pytest POCL:
reports:
junit: test/pytest.xml

Python 3 POCL without arg check:
Pytest Nvidia Titan V:
stage: test
script:
- export PYOPENCL_TEST=nvi:titan
- export EXTRA_INSTALL="pybind11 numpy mako"
- export LOOPY_NO_CACHE=1
- source /opt/enable-intel-cl.sh
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh"
tags:
- python3
- nvidia-titan-v
except:
- tags
artifacts:
reports:
junit: test/pytest.xml

Pytest POCL without arg check:
stage: test
script:
- export PYOPENCL_TEST=portable:pthread
Expand Down

0 comments on commit 0e98c9e

Please sign in to comment.