summaryrefslogtreecommitdiff
path: root/include/internal/routines/level3/xherk.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-17 11:29:07 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-17 11:29:07 +0200
commitafe8852eaae20fbdd3f38e9cac63a9162251d90b (patch)
treed34fe7dd2fe095a34bb4544cade644d52baa1f30 /include/internal/routines/level3/xherk.h
parent52ccaf5b25e14c9ce032315e5e96b1f27886d481 (diff)
Moved the test-for-valid-buffers function from the Routine class to separate functions in a separate file
Diffstat (limited to 'include/internal/routines/level3/xherk.h')
-rw-r--r--include/internal/routines/level3/xherk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/internal/routines/level3/xherk.h b/include/internal/routines/level3/xherk.h
index 629695ff..b279d724 100644
--- a/include/internal/routines/level3/xherk.h
+++ b/include/internal/routines/level3/xherk.h
@@ -34,8 +34,6 @@ class Xherk: public Routine<T> {
using Routine<T>::context_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::PadCopyTransposeMatrix;
- using Routine<T>::TestMatrixA;
- using Routine<T>::TestMatrixC;
using Routine<T>::RunKernel;
using Routine<T>::ErrorIn;