Skip to content
Snippets Groups Projects
Commit 58e206b4 authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch 'opencl-in-readme' into 'master'

Mention `opencl` option in README.md

See merge request pycodegen/lbmpy!28
parents 729b9d01 29e3b7e3
Branches
1 merge request!1Update fluctuating LB test
......@@ -37,7 +37,8 @@ pip install lbmpy[interactive]
Without `[interactive]` you get a minimal version with very little dependencies.
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
- `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