Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sumpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
sumpy
Commits
6d87fb60
Commit
6d87fb60
authored
4 years ago
by
Isuru Fernando
Browse files
Options
Downloads
Patches
Plain Diff
Test if pocl-cuda works
parent
e560a148
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!134
M2l precompute
,
!132
Add a CI test for pocl-cuda
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+19
-1
19 additions, 1 deletion
.gitlab-ci.yml
.test-conda-env-py3.yml
+1
-0
1 addition, 0 deletions
.test-conda-env-py3.yml
with
20 additions
and
1 deletion
.gitlab-ci.yml
+
19
−
1
View file @
6d87fb60
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
.test-conda-env-py3.yml
+
1
−
0
View file @
6d87fb60
...
...
@@ -8,6 +8,7 @@ dependencies:
-
numpy
-
sympy
-
pocl
-
pocl-cuda
-
islpy
-
pyopencl
-
python=3
...
...
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