summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-05-08 20:29:41 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-05-08 20:29:41 +0200
commitc5730c8b438c2c2a03f3f93c14b111877b98a03f (patch)
tree026a600888c542f30ba515b26b37d5365ae14611 /README.md
parent3b81ee2c088355d60aabf1e9d919384fb47b808e (diff)
Updated to version 0.7.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ae236622..8d9220a6 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ Or alternatively the plain C version:
#include <clblast_c.h>
-Afterwards, any of CLBlast's routines can be called directly: there is no need to initialize the library. The available routines and the required arguments are described in the `clblast.h` include file. Additionally, a couple of stand-alone example programs are included in `samples/`.
+Afterwards, any of CLBlast's routines can be called directly: there is no need to initialize the library. The available routines and the required arguments are described in the `clblast.h` include file and the included [API documentation](doc/api.md). Additionally, a couple of stand-alone example programs are included in `samples/`.
Using the tuners (optional)