summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2018-06-14 11:27:51 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2018-06-14 11:27:51 +0200
commit643ea63a6d8b65d19f5ff91b5a7cfa283c620607 (patch)
tree69c9231410fd22e746902a2a2cae9f73c43ff9af /docs
parenteacdad7f4f76ff5d585be62b09614dffcb01f6e9 (diff)
downloadufo-filters-643ea63a6d8b65d19f5ff91b5a7cfa283c620607.tar.gz
ufo-filters-643ea63a6d8b65d19f5ff91b5a7cfa283c620607.tar.bz2
ufo-filters-643ea63a6d8b65d19f5ff91b5a7cfa283c620607.tar.xz
ufo-filters-643ea63a6d8b65d19f5ff91b5a7cfa283c620607.zip
opencl: add `options` property to set build opts
Diffstat (limited to 'docs')
-rw-r--r--docs/filters.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/filters.rst b/docs/filters.rst
index e65be5f..fb86c6a 100644
--- a/docs/filters.rst
+++ b/docs/filters.rst
@@ -123,6 +123,10 @@ Generic OpenCL
Name of the kernel that this filter is associated with.
+ .. gobj:prop:: options:string
+
+ OpenCL build options.
+
.. gobj:prop:: dimensions:uint
Number of dimensions the kernel works on. Must be in [1, 3].