Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jan Hönig
pystencils
Commits
6767b4a0
Commit
6767b4a0
authored
Aug 13, 2019
by
Stephan Seitz
Browse files
Add extra `pyopencl` to README.rst/setup.py
parent
e40ca9a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6767b4a0
...
...
@@ -52,6 +52,7 @@ Without `[interactive]` you get a minimal version with very little dependencies.
All options:
-
`gpu`
: use this if an Nvidia GPU is available and CUDA is installed
-
`pyopencl`
: basic OpenCL support (experimental)
-
`alltrafos`
: pulls in additional dependencies for loop simplification e.g. libisl
-
`bench_db`
: functionality to store benchmark result in object databases
-
`interactive`
: installs dependencies to work in Jupyter including image I/O, plotting etc.
...
...
setup.py
View file @
6767b4a0
...
...
@@ -106,6 +106,7 @@ setup(name='pystencils',
},
extras_require
=
{
'gpu'
:
[
'pycuda'
],
'opencl'
:
[
'pyopencl'
],
'alltrafos'
:
[
'islpy'
,
'py-cpuinfo'
],
'bench_db'
:
[
'blitzdb'
,
'pymongo'
,
'pandas'
],
'interactive'
:
[
'matplotlib'
,
'ipy_table'
,
'imageio'
,
'jupyter'
,
'pyevtk'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment