From 29e3b7e3af3df76644489abd12a3078d859d8f34 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Fri, 13 Mar 2020 04:35:24 +0100 Subject: [PATCH] Mention `opencl` option in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa05e6bb..445ea5a1 100644 --- a/README.md +++ b/README.md @@ -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. -- GitLab