Skip to content
Snippets Groups Projects
Commit 6d87fb60 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Test if pocl-cuda works

parent e560a148
Branches
Tags
2 merge requests!134M2l precompute,!132Add a CI test for pocl-cuda
......@@ -71,11 +71,29 @@ Python 3.6 Conda:
# Disable caching to ensure SymEngine code generation is exercised.
- export SUMPY_NO_CACHE=1
- export SUMPY_FORCE_SYMBOLIC_BACKEND=symengine
- PYOPENCL_TEST=portable:pthread
- CONDA_ENVIRONMENT=.test-conda-env-py3.yml
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
- ". ./build-and-test-py-project-within-miniconda.sh"
tags:
- linux
- porter
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.6 Pocl Titan X:
script:
# Disable caching to ensure SymEngine code generation is exercised.
- export SUMPY_NO_CACHE=1
- export SUMPY_FORCE_SYMBOLIC_BACKEND=symengine
- PYOPENCL_TEST=portable:titan
- CONDA_ENVIRONMENT=.test-conda-env-py3.yml
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
- ". ./build-and-test-py-project-within-miniconda.sh"
tags:
- nvidia-titan-x
except:
- tags
artifacts:
......
......@@ -8,6 +8,7 @@ dependencies:
- numpy
- sympy
- pocl
- pocl-cuda
- islpy
- pyopencl
- python=3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment