summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-09-21 21:22:16 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-09-21 21:22:16 +0200
commitb1929d8ce7022cacbd1812d62098ebd0681bc1ef (patch)
tree8c98a5f73835a1943519784112d48d31757ac8f6 /README.md
parent63003a1429d22309345bffd9fecded59db5698c2 (diff)
It is now possible to set the OpenCL compiler options through an environmental variable
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7f6a3d96..025052a6 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,8 @@ Afterwards, any of CLBlast's routines can be called directly: there is no need t
cmake -DSAMPLES=ON ..
+Furthermore, it is possible to optionally set an OS environmental variable `CLBLAST_BUILD_OPTIONS` to pass specific build options to the OpenCL compiler.
+
Using the tuners (optional)
-------------