summaryrefslogtreecommitdiff
path: root/include/internal/routines/level3/xtrmm.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-17 11:41:10 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-17 11:41:10 +0200
commit520e28e7a72f288f04d04d86d4e7560d78159820 (patch)
tree6f32fc487d2bb0305e03220610d574f4af22075b /include/internal/routines/level3/xtrmm.h
parentafe8852eaae20fbdd3f38e9cac63a9162251d90b (diff)
Moved the ErrorIn function from the Routine class to the utilities header
Diffstat (limited to 'include/internal/routines/level3/xtrmm.h')
-rw-r--r--include/internal/routines/level3/xtrmm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/internal/routines/level3/xtrmm.h b/include/internal/routines/level3/xtrmm.h
index 8527df58..6cb46b01 100644
--- a/include/internal/routines/level3/xtrmm.h
+++ b/include/internal/routines/level3/xtrmm.h
@@ -31,7 +31,6 @@ class Xtrmm: public Xgemm<T> {
using Routine<T>::context_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::RunKernel;
- using Routine<T>::ErrorIn;
// Uses the regular Xgemm routine
using Xgemm<T>::DoGemm;