summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikko Vedru <mikko.vedru@gmail.com>2023-05-21 11:07:43 +0300
committerGitHub <noreply@github.com>2023-05-21 08:07:43 +0000
commit0832ed6a16b909d92503009e437ad60d9d12b6c6 (patch)
treebefc660c8979479fc64024f97987236be38afe4e
parentce5e446fbe9221b4888a199403a40d4293df97b8 (diff)
Documentation: tuning.md: Add a useful link (#473)
-rw-r--r--doc/tuning.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tuning.md b/doc/tuning.md
index eaafa536..e7c91e26 100644
--- a/doc/tuning.md
+++ b/doc/tuning.md
@@ -173,7 +173,7 @@ Here are all the tuners included in the `make alltuners` target (in the same ord
Using the tuning results
-------------
-The tuners output a JSON-file with the results. The best results need to be added to `src/database/kernels/xxxxx.hpp` in the appropriate section. However, this can be done automatically based on the JSON-data using a Python (2.7 or 3.x) script in `scripts/database/database.py`. If you want the found parameters to be included in future releases of CLBlast, please attach the JSON files to the corresponding issue on GitHub or [email the main author](http://www.cedricnugteren.nl).
+The tuners output a JSON-file with the results. The best results need to be added to `src/database/kernels/xxxxx.hpp` in the appropriate section. However, this can be done automatically based on the JSON-data using a Python (2.7 or 3.x) script in `scripts/database/database.py`. If you want the found parameters to be included in future releases of CLBlast, please attach the JSON files [to the corresponding issue](https://github.com/CNugteren/CLBlast/issues/1) on GitHub or [email the main author](http://www.cedricnugteren.nl).
In summary, tuning the entire library for your device can be done as follows (starting from the root of the CLBlast folder):