From 8676b621783ad64b72eeed071048490cd4252574 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sat, 13 Oct 2018 17:43:51 +0200 Subject: [PATCH] Updated the documentation for GEMV tuning --- doc/tuning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |