summaryrefslogtreecommitdiff
path: root/include/internal/routines/level3/xgemm.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-17 12:32:06 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-17 12:32:06 +0200
commit98a95c89fc0633efdc8439c942762bef9a1e5e1d (patch)
treed37775c4bf07229f7eae38c335da85eaf0c468a9 /include/internal/routines/level3/xgemm.h
parent520e28e7a72f288f04d04d86d4e7560d78159820 (diff)
Moved the RunKernel and PadCopyTransposeMatrix functions out of the Routine class
Diffstat (limited to 'include/internal/routines/level3/xgemm.h')
-rw-r--r--include/internal/routines/level3/xgemm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/internal/routines/level3/xgemm.h b/include/internal/routines/level3/xgemm.h
index 8facaa76..2fd853a9 100644
--- a/include/internal/routines/level3/xgemm.h
+++ b/include/internal/routines/level3/xgemm.h
@@ -28,11 +28,10 @@ class Xgemm: public Routine<T> {
using Routine<T>::db_;
using Routine<T>::source_string_;
using Routine<T>::queue_;
+ using Routine<T>::device_;
using Routine<T>::event_;
using Routine<T>::context_;
using Routine<T>::GetProgramFromCache;
- using Routine<T>::PadCopyTransposeMatrix;
- using Routine<T>::RunKernel;
// Constructor
Xgemm(Queue &queue, EventPointer event, const std::string &name = "GEMM");