summaryrefslogtreecommitdiff
path: root/include/internal/routines/level2/xgemv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level2/xgemv.h')
-rw-r--r--include/internal/routines/level2/xgemv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/internal/routines/level2/xgemv.h b/include/internal/routines/level2/xgemv.h
index 47da5494..b31565ec 100644
--- a/include/internal/routines/level2/xgemv.h
+++ b/include/internal/routines/level2/xgemv.h
@@ -32,6 +32,7 @@ class Xgemv: public Routine<T> {
using Routine<T>::TestVectorX;
using Routine<T>::TestVectorY;
using Routine<T>::TestMatrixA;
+ using Routine<T>::TestMatrixAP;
using Routine<T>::RunKernel;
using Routine<T>::ErrorIn;
@@ -55,7 +56,8 @@ class Xgemv: public Routine<T> {
const Buffer<T> &x_buffer, const size_t x_offset, const size_t x_inc,
const T beta,
const Buffer<T> &y_buffer, const size_t y_offset, const size_t y_inc,
- bool fast_kernel, bool fast_kernel_rot, const size_t parameter,
+ bool fast_kernel, bool fast_kernel_rot,
+ const size_t parameter, const bool packed,
const size_t kl, const size_t ku);
private: