Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyopencl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
pyopencl
Commits
4a49484e
Commit
4a49484e
authored
4 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Gitlab CI: be specific about which pocl device to use
parent
b072dd52
No related branches found
No related tags found
1 merge request
!111
Gitlab CI: be specific about which pocl device to use
Pipeline
#28161
passed with warnings
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
4a49484e
...
...
@@ -87,7 +87,7 @@ Python 3 AMD GPU:
Python 2.7 POCL
:
script
:
-
export PY_EXE=python2.7
-
export PYOPENCL_TEST=portable
-
export PYOPENCL_TEST=portable
:pthread
-
export EXTRA_INSTALL="pybind11 numpy mako"
-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
-
"
.
./build-and-test-py-project.sh"
...
...
@@ -103,7 +103,7 @@ Python 2.7 POCL:
Python 3 POCL
:
script
:
-
export PY_EXE=python3
-
export PYOPENCL_TEST=portable
-
export PYOPENCL_TEST=portable
:pthread
-
export EXTRA_INSTALL="pybind11 numpy mako"
-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
-
"
.
./build-and-test-py-project.sh"
...
...
@@ -119,7 +119,7 @@ Python 3 POCL:
Python 3 POCL CL 1.1
:
script
:
-
export PY_EXE=python3
-
export PYOPENCL_TEST=portable
-
export PYOPENCL_TEST=portable
:pthread
-
export EXTRA_INSTALL="pybind11 numpy mako"
-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
-
echo "CL_PRETEND_VERSION = '1.1'" > siteconf.py
...
...
@@ -136,7 +136,7 @@ Python 3 POCL CL 1.1:
Python 3 POCL
:
script
:
-
export PY_EXE=python3
-
export PYOPENCL_TEST=portable
-
export PYOPENCL_TEST=portable
:pthread
-
export EXTRA_INSTALL="pybind11 numpy mako"
-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
-
"
.
./build-and-test-py-project.sh"
...
...
@@ -152,7 +152,7 @@ Python 3 POCL:
Python 3 POCL (+GL and special functions)
:
script
:
-
export PY_EXE=python3
-
export PYOPENCL_TEST=portable
-
export PYOPENCL_TEST=portable
:pthread
-
export EXTRA_INSTALL="pybind11 numpy mako scipy pyfmmlib"
-
echo "CL_ENABLE_GL = True" > siteconf.py
-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
...
...
@@ -201,7 +201,7 @@ Python 3 Conda Apple:
PyPy POCL
:
script
:
-
export PY_EXE=pypy
-
export PYOPENCL_TEST=portable
-
export PYOPENCL_TEST=portable
:pthread
# On pypy, this seems to install old versions from the package index
# independently of whether newer ones are already present.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment