summaryrefslogtreecommitdiff
path: root/include/internal/routines/level1/xnrm2.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-17 13:57:50 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-17 13:57:50 +0200
commit536b7fe4bce4b183cb060a1b9045752ae39d842f (patch)
tree1e1365317942c97f96764b774878868aae03faea /include/internal/routines/level1/xnrm2.h
parent98a95c89fc0633efdc8439c942762bef9a1e5e1d (diff)
Removed the interface to the cache functions from the Routine class, calls them directly now
Diffstat (limited to 'include/internal/routines/level1/xnrm2.h')
-rw-r--r--include/internal/routines/level1/xnrm2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/routines/level1/xnrm2.h b/include/internal/routines/level1/xnrm2.h
index f83cc2ce..1cb22728 100644
--- a/include/internal/routines/level1/xnrm2.h
+++ b/include/internal/routines/level1/xnrm2.h
@@ -31,7 +31,7 @@ class Xnrm2: public Routine<T> {
using Routine<T>::device_;
using Routine<T>::event_;
using Routine<T>::context_;
- using Routine<T>::GetProgramFromCache;
+ using Routine<T>::routine_name_;
// Constructor
Xnrm2(Queue &queue, EventPointer event, const std::string &name = "NRM2");