summaryrefslogtreecommitdiff
path: root/include/internal/routines/level2/xtpmv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level2/xtpmv.h')
-rw-r--r--include/internal/routines/level2/xtpmv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/routines/level2/xtpmv.h b/include/internal/routines/level2/xtpmv.h
index e85c225f..7619197d 100644
--- a/include/internal/routines/level2/xtpmv.h
+++ b/include/internal/routines/level2/xtpmv.h
@@ -30,6 +30,7 @@ class Xtpmv: public Xgemv<T> {
using Routine<T>::queue_;
using Routine<T>::device_;
using Routine<T>::context_;
+ using Routine<T>::routine_name_;
// Uses the generic matrix-vector routine
using Xgemv<T>::MatVec;