Skip to content
Snippets Groups Projects
Commit 29e3b7e3 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Mention `opencl` option in README.md

parent 729b9d01
Branches
Tags
1 merge request!28Mention `opencl` option in README.md
...@@ -37,7 +37,8 @@ pip install lbmpy[interactive] ...@@ -37,7 +37,8 @@ pip install lbmpy[interactive]
Without `[interactive]` you get a minimal version with very little dependencies. Without `[interactive]` you get a minimal version with very little dependencies.
All options: All options:
- `gpu`: use this if nVidia GPU is available and CUDA is installed - `gpu`: use this if nVidia GPU is available and CUDA is installed
- `opencl`: use this to enable the target `opencl` (execution using OpenCL)
- `alltrafos`: pulls in additional dependencies for loop simplification e.g. libisl - `alltrafos`: pulls in additional dependencies for loop simplification e.g. libisl
- `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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment