Skip to content

Commit 0832ed6

Browse files
authored
Documentation: tuning.md: Add a useful link (CNugteren#473)
1 parent ce5e446 commit 0832ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Here are all the tuners included in the `make alltuners` target (in the same ord
173173
Using the tuning results
174174
-------------
175175

176-
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).
176+
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).
177177

178178
In summary, tuning the entire library for your device can be done as follows (starting from the root of the CLBlast folder):
179179

0 commit comments

Comments
 (0)