Skip to content
Snippets Groups Projects

Basic support for OpenCL (experimental)

Merged Stephan Seitz requested to merge seitz/pystencils:opencl-backend into master
Viewing commit d61ebbd2
Show latest version
2 files
+ 2
0
Preferences
Compare changes
Files
2
+ 1
0
@@ -52,6 +52,7 @@ Without `[interactive]` you get a minimal version with very little dependencies.
@@ -52,6 +52,7 @@ Without `[interactive]` you get a minimal version with very little dependencies.
All options:
All options:
- `gpu`: use this if an Nvidia GPU is available and CUDA is installed
- `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
- `alltrafos`: pulls in additional dependencies for loop simplification e.g. libisl
- `bench_db`: functionality to store benchmark result in object databases
- `bench_db`: functionality to store benchmark result in object databases
- `interactive`: installs dependencies to work in Jupyter including image I/O, plotting etc.
- `interactive`: installs dependencies to work in Jupyter including image I/O, plotting etc.