summaryrefslogtreecommitdiff
path: root/include/internal/routines
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-05-22 15:22:54 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-05-22 15:22:54 +0200
commit88551b40055a51800118865940626020d3fc064e (patch)
treed9ced489d62d21b26cc45b5c2d400b6ed3e7ce4a /include/internal/routines
parent803aaf3070a6b04095b29100e628a4308bb9dcf7 (diff)
Prepared the GEMV kernels and tuner for half-precision support
Diffstat (limited to 'include/internal/routines')
-rw-r--r--include/internal/routines/level2/xgemv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/routines/level2/xgemv.h b/include/internal/routines/level2/xgemv.h
index 0b2a8e66..875f936e 100644
--- a/include/internal/routines/level2/xgemv.h
+++ b/include/internal/routines/level2/xgemv.h
@@ -29,6 +29,7 @@ class Xgemv: public Routine<T> {
using Routine<T>::source_string_;
using Routine<T>::queue_;
using Routine<T>::event_;
+ using Routine<T>::context_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::TestVectorX;
using Routine<T>::TestVectorY;