summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-10-14 17:26:13 +0200
committerGitHub <noreply@github.com>2018-10-14 17:26:13 +0200
commitff7bee93d375b3cf29603b2113fda95a3b920aba (patch)
tree45850f745955a434194fcaaa60917b2e735ab63c /doc
parente47b8f7f6222b28f0b44264bab5d18ac0dfa0251 (diff)
parent115a8f0f3db0cc16fd807d005bd986b1506470d3 (diff)
Merge pull request #324 from CNugteren/CLBlast-315-tuning-api-improvements
Made tuning API more flexible
Diffstat (limited to 'doc')
-rw-r--r--doc/tuning.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tuning.md b/doc/tuning.md
index 3117ffad..6243d135 100644
--- a/doc/tuning.md
+++ b/doc/tuning.md
@@ -201,7 +201,7 @@ These two functions require/retrieve the parameters as given in [src/database/ke
| --------------------|-----------------------|
| Xaxpy | VW, WGS, WPT |
| Xdot | WGS1, WGS2 |
-| Xgemv | WGS1, WPT1, UNROLL1 |
+| Xgemv | WGS1, WPT1 |
| XgemvFast | VW2, WGS2, WPT2 |
| XgemvFastRot | VW3, WGS3, WPT3 |
| Xger | WGS1, WGS2, WPT |